UsageΒΆ

To use this plugin in your nmk project, insert this reference in your nmk.yml main file:

refs:
    - pip://nmk-vscode!plugin.yml

Then once the nmk setup phase is executed, settings are nicely generated so that when you open the project folder in VS Code, many features are integrated in the IDE workflow:

  • Recommended extensions install

  • Integrated nmk build tasks

  • Language-specific integration (to be provided by extra nmk plugins)

Note that VS Code integration has also been tested to be fully functional in web IDE (typically Github Codespaces).