- Changed AXI file to Netlinx Source
- Changed aliases of languages to AMX Netlinx Source and AMX Netlinx Library
- Added document format provider
- Fixed beautifier finding false positives inside string literals
- More code beautifier tweaking
- Updated Netlinx grammar with most recent Netlinx.AXI constants and function names
- Updated grammar types to get better theme integration support
- Added .LIB file extension support
- Updated Netlinx grammar for compiler directives and keywords (jwjames83)
- Snippet updates (sentry07)
- Added a second build task for compiling with local files only, ignoring the global folders.
- Removed context shortcut and keyboard shortcut to compile the current file. Please use the Build tasks noted above.
- Complete rewrite of the beautifier indentation code. Should be much more reliable now.
- Debugging the new indentation logic
- Rewrote code indentation logic in the code beautifier
- Fixed build task showing up in other filetypes. Only shows up in .AXS file windows now.
- Fixed excess terminal windows when opening helpfile/diagnostics/file transfer
- Fixed build task generation - Use CTRL+SHIFT+B to build your source files!
- Fixed problem matcher for newer NLRC.exe version output
- Context menu organization
- More snippets for storage types
- Default editor config overrides
- Bug fixes in syntax highlighting
- Converted extension to TypeScript
- Added Build command. Can use the previous shortcut or use CTRL+SHIFT+B and select the build task.
- Added workspace configuration defaults for the extension to work better with snippets.
- Removing double quoted strings as a string container. It prevented autocomplete and other things to function inside strings.
- Fixed "FOR" code snippet
- More Code Snippets
- Published to Extension Marketplace
- Added base Netlinx code snippets
- Beta release