Child pages
  • VsExtension
Skip to end of metadata
Go to start of metadata

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

  1. Code highlighting
  2. Folding (outlining)
  3. Parse errors highlighting

Features that will be available in the near future

  1. Projects & solution support
  2. Declaration names highlighting
  3. References highlighting
  4. Find usages
  5. Go to declarations
  6. Rename refactoring
  • No labels