RGBDS GBZ80This extension provides support for the RGBDS flavor of the Game Boy's Z80 variant assembly language in Visual Studio Code. FeaturesSyntax Highlighting GrammarA full grammar definition for syntax highlighting is included. Documented Instruction SnippetsInstruction snippets reveal and document every instruction the Game Boy CPU understands. The documentation even includes the number of cycles instructions take! Problem MatcherAn included problem matcher enables Visual Studio Code to highlight invalid lines of code when you compile. Documented Symbol DetectionSymbols you declare are detected and populated in Intellisense prompts. It even grabs your documentation comments!
Documentation HoversHover over symbol references to see their documentation at a glance. Jump to DeclarationFor when you need to see a symbol's implementation. UsageThe language support will automatically activate for any file with Using the Problem MatchersThe
Include Path SearchingThis extension supports Intellisense for symbols declared in included files. By default, it searches for included files relative to the directory of the open file. But you can configure additional directories to search via the Capitalization FormattingYou can customize capitalization rules for your code. See Capitalization Formatting for details. |