DAI Plugin for Visual Studio Code
This extension provides syntax highlighting and code snippets for plugins
Features
- Syntax highlighting for plugin files (*.plugin)
- Syntax highlighting of DAI keywords for c files
- Plugin Segment completion
- Snippets for plugin-point insertions in plugin, C and shell files
- Snippets for frequently used constructs
Code Snippet - defining plugin point in plugin file
Code Snippet - inserting plugin point in C file
Coming Soon
- Code Intellisense in plugin files
For Contributors
Release
This starts a git-flow release branch with recommended semver and bumps version number and updates changelog
npm run release
# do the testing and when ready finish the release branch with
#git flow release finish <branch-name>
| |