Even though there is syntax colouring for writing assembly, the autocomplete only considers things like symbols, labels and keywords. It can be a bit annoying when valid code gets overwritten because VSCode takes an entry from the completions list. Examples:
Should be easy to add the opcodes and register names. Reminder: check tmLanguage file for anything else that would make sense to include.
Even though there is syntax colouring for writing assembly, the autocomplete only considers things like symbols, labels and keywords. It can be a bit annoying when valid code gets overwritten because VSCode takes an entry from the completions list. Examples:
Should be easy to add the opcodes and register names. Reminder: check tmLanguage file for anything else that would make sense to include.