RGBDSThis extension provides support for the RGBDS assembler for the Game Boy 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 workspace root. But you can configure additional directories to search via the Include File Suggestion FilteringBy default, IntelliSense prompts for include directives will suggest files of any supported file extension. However, it's common practice to separate header/include files from implementation/code files, and to use different extensions (such as For example, the setting Capitalization FormattingYou can customize capitalization rules for your code. See Capitalization Formatting for details. |





