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

feat: Macro handling #105

Closed tommy9 closed 5 months ago

tommy9 commented 5 months ago

Closes #94

Adds standard reference functionality for macro calls (go to definition, find all references, hover shows macro definition).

Also introduces semantic token capability. Just for macro calls for now but have potential to add more features on top of this if we have any ideas.