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
14 stars 3 forks source link

feat: Improve completions for symbols and commands #40

Closed tommy9 closed 9 months ago

tommy9 commented 9 months ago

Fixes #36 by sending vscode just the command name, not the template of parameters. Fixes #37 by filtering the list of symbols/labels sent to vscode to only include those in scope for the line being edited and removing the internal suffix added to store scope information.

simondotm commented 9 months ago

Nice work @tommy9 ! Do you want me to publish a new release with these fixes?

tommy9 commented 9 months ago

Yes please! I've got some other improvements in mind but won't be so quick to prepare. This would be a nice point to get recent quality of life changes released.

simondotm commented 9 months ago

oops forgot to merge this before publishing v0.1.1! v0.1.2 it is then 👍