mugen-vscode is a port of mugen-stext to Visual Studio Code.
- Syntax highlighting for CNS, AIR and ZSS
- Build commands for running MUGEN, sprmake2 and sndmaker
- Autocomplete and hovers for state controllers and triggers, IKEMEN features included
This extension contributes the following settings:
mugen.gamePath
: Absolute path to your MUGEN executable. Also used to find sprmake2 and sndmaker.mugen.kungFuMan
: Absolute path to KFM's def file. Used to configureRun MUGEN
command.
- Rewrote the symbol parser
- Added user function completion to ZSS
- Highlight ignorehitpause and persistent as preprocessor directives
- Moved the submodule
- Fixed syntax highlighting on function-type triggers
- Add Z-axis bound dist triggers
- Restructured completion data loading
- Fix first property missing in state controller snippets
- Comment shortcut now inserts hash character properly in ZSS
- Cleaned up code
- Snippets can now be navigated using Tab
- Use new TSV format from other projects
- Rewrote hover/completion code
- Cleaned up code
- Re-licensed to GPLv3
- Removed generated CHANGELOG.md (merged into README)
- Add more file extensions to Run MUGEN commands
- Add ZSS syntax
- Rewrite CNS syntax
- Rewrite AIR syntax
- Fix CNS/AIR symbol parsing not working in certain conditions
- Add auto completion and hovers for CNS, both IKEMEN and MUGEN
- Add CNS symbol parsing for quick navigation
- Initial release