Nitra Visual Studio Extension
Nitra provides a Visual Studio extension. This extension provides the IDE services for the languages created in Nitra.
Adding new language suppor
If you want to add a new Nitra language support to VS, store the information about it in the NitraGlobalConfig.xml configuration file.
You can find the path to NitraGlobalConfig.xml in the NitraPath environment variable.
Example of NitraGlobalConfig.xml:
Currently available features
- Code highlighting
- Folding (outlining)
- Parse errors highlighting
Features that will be available in the near future
- Projects & solution support
- Declaration names highlighting
- References highlighting
- Find usages
- Go to declarations
- Rename refactoring