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

The SignatureProvider displays when in comments #120

Closed tommy9 closed 3 months ago

tommy9 commented 4 months ago

The signature provider displays information about a function (assuming enabled in VSCode) as it is typed. This should only be in valid statements, not in comments...

image

Should just need to add comment detection to the findMatchingFunction in completions.ts