An extension for Visual Studio 2022 that gives simple support for the BlitzBasic programming language. It currently features only syntax highlighting, however it will eventually feature a basic form of autocompletion.
Please send a direct message over to me on Discord (@Simoxus) if you have any suggestions, or encounter any bugs. Thank you >3
In order to compile BlitzBasicLanguageSupport, you'll need to make sure you have the "Visual Studio extension development" and ".NET desktop development" modules installed.
Once you've opened the solution ("BlitzBasicLanguageSupport.sln"), you will need to modify the files below to add new syntax:
BlitzBasicClassifier.csBlitzBasicFormats.csBlitzBasicTypes.cs
The scripts above are really bad practice, and I wouldn't recommend it. They will be refactored eventually 😂