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...
Should just need to add comment detection to the findMatchingFunction in completions.ts
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...
Should just need to add comment detection to the findMatchingFunction in completions.ts