simondotm / beeb-vsc

Visual Studio Code Extension to support code development for BBC Micro
https://marketplace.visualstudio.com/items?itemName=simondotm.beeb-vsc
MIT License
13 stars 3 forks source link

Include opcodes and registers for autocomplete #121

Closed tommy9 closed 3 months ago

tommy9 commented 4 months ago

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:

image image

Should be easy to add the opcodes and register names. Reminder: check tmLanguage file for anything else that would make sense to include.