ImUrX / vscode-scarpet

Scarpet for VSCode
MIT License
15 stars 1 forks source link

add variable names for code completion #21

Open shenjackyuanjie opened 3 years ago

shenjackyuanjie commented 3 years ago

VJ5P_MN7Z(TVHBRJO%(1$45 as the pic

PS: my English is not good sorry

ImUrX commented 3 years ago

the addon doesnt remember variable names so it doesnt suggest them, i will start implementing this kind of thing

shenjackyuanjie commented 3 years ago

the addon doesnt remember variable names so it doesnt suggest them, i will start implementing this kind of thing

thanks!

federicocarboni commented 8 months ago

I know this is old but, since this is not implemented yet I'll add this here anyway.

I'm working on a real LSP for Scarpet, with proper™ parsing and autocomplete support for local variables and functions.

LSP: https://github.com/FedericoCarboni/scarpet-ls

VSCode extension: https://github.com/FedericoCarboni/vscode-scarpet

shenjackyuanjie commented 8 months ago

\o/ verry good work!