kick-assembler-vscode-ext
A Kick Assembler extension for VSCode. Feature Summary
Feature DetailsThe following features are currently working relatively well. EditingThis extension provides a lot of features to make your coding life easier with Kick Assembler. Syntax HighlightingSyntax highlighting for every element in your code. Code SnippetsCode snippets for built-in and personal functions and macros. Code CompletionSee all of your variables, macros and functions from your code and included source code. Code ScopingSupport for Namespaces and Scopes in all providers, including Completion Provider according to cursor position first. Code OutlineSee an outline of your current source code, and jump to those items in your code. Including any Scoping or Namespaces. Imported File SupportCode completion for all of your code files for the Any imported files will have their variables, macros and functions available in auto completion for your current file. The heading of the hover will let you know which file the item was imported from. Error CheckingReal time syntax checking of your code by using information from the Kick Assembler compiler. Breakpoints And LoggingThe ability to add breakpoints and log messages using the built-in capabilities of the editor. Code FoldingHover SupportHover support has been added to help you with your daily coding. From simple things like a comment on your variable or macro, to more useful things like variable values and even support to show you high and low byte values in your code. CommentsMost comments for defined variables, macros and functions are captured and displayed as a comment. There is some very basic MARKDOWN support so that you can include things like parameters in your comments. ValuesMost values will give you comments about the variable itself, but also decimal, hex and binary values as well. Hi/Lo Byte ValuesUseful when creating jump tables. Additional/Illegal OpcodesAdditional opcodes for 65c02, DTV and Illegal opcodes supported. Be a Rebel! Support For
|