Please use the new extension instead:
Marketplace
Repository
BlitzMax Language Basics for Visual Studio Code
Provides snippets, syntax highlighting, bracket matching and folding in BlitzMax files.
- Syntax highlighting for BlitzMax NG and Legacy.
- Build Tasks for Console, Gui, Lib and Mods.
- Problem Matcher.
- Module Auto Complete.
- View BlitzMax examples.
- View Module Definitions.
- Quick Build Buttons.
- Snippets.
Read CHANGELOG.
- Q. I got a warning message.
*Notice* task.json output is NOT supported on this version of BlitzMax
- A. This is not a problem.
BlitzMax Legacy and BlitzMax NG bmk versions lower than 3.39 do not create the output folder while compiling. Your compiled binary files will be placed inside your source folder -- just like with MaxIDE -- instead of following the 'ouput' path you've manually set intasks.json
.
Read more about Tasks here. - Q. I'm seeing the same item in the Auto Complete list twice.
Whenever I type something, for examplePrint
; I'm seeingPrint
twice in the Auto Complete list. - A. This seems to be a rare bug.
Just open the Command Palette by pressingCtrl+Shift+P
and typeGenerate Documentations
to refresh the list. - Q. My problem is not listed here.
I have a question or problem that is not listed in the troubleshooting section. - A. We'll figure it out.
For questions you can always contact me on Telegram @Hezkore.
Use the GitHub issues page for everything else, which you can find here.
BlitzMax by Mark Sibly.
BlitzMax NG by Brucey.
Extension by Hezkore.
Icons by GWRon.
Contributions are greatly appreciated.
Fork this repository and open your pull requests.
Licensed under the MIT License.