Add new elements to you project faster using D365FO Ninja DevTools
Microsoft did a great step ahead making Visual Studio support Dynamics AX development however, the IDE is still missing lots of small handy features that accelerate the process.
One of them I found time killing is adding new items to the project. You have to right click on the project > Add items.. > find the right category > select the element type , give it a name and then click add to have it added to your project.
I tried to make it much faster with a Visual studio extension that allows you to add new elements by right clicking its folder, the tool will figure out the type of the element, you just need to give it a name!
Quick steps:
1- Create a folder named Classes, then right-click > Add new
3- Give it a name
4- Click Add file or press Enter, the new element is added to you project and opened for you
*This post is locked for comments