prb28 / vscode-amiga-assembly

Amiga Assembly extension for Visual Studio Code
GNU General Public License v3.0
178 stars 12 forks source link

Add xref symbols for completion/hover #191

Closed grahambates closed 2 years ago

grahambates commented 2 years ago

xrefs are essentially labels referenced from a linked object rather than an inlcuded source file. We should track their definition and references and they should work like labels for the purposes of completion and hover behaviour.