wing
wing copied to clipboard
vscode irrelevant completion on variable definition
I tried this:
Tried to get completion for a ,variable definition:
bring cloud;
let bucket =
// ^ cursor here
This happened:
I expected this:
Expected to see the word new
.
Expected to see cloud
(already there).
Expected not to see assert
, log
, throw
.
Is there a workaround?
No response
Component
IDE Extension
Wing Version
0.26.4
Node.js Version
18.15.0
Platform(s)
MacOS
Anything else?
No response
Community Notes
- Please vote by adding a 👍 reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.