vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Support LSP based completion provider

Open anthonykim1 opened this issue 9 months ago • 1 comments

Resolves: https://github.com/microsoft/vscode/issues/241167

Note: I left several TODOs for when we eventually make this more generic (not too specific for Python)

anthonykim1 avatar Mar 14 '25 06:03 anthonykim1

TODO: activate language extension (python extensions, pylance) if installed when user types 'python' in terminal

TODO: Need to figure out way to save successful commands in the virtual file so we get the correct completions in future prompts.

anthonykim1 avatar Apr 16 '25 23:04 anthonykim1

I created this one file called lspTerminalUtil which basically contains all the const used for terminal-lsp related stuff. Its only three constant now but I'm sure it would get bigger as we support more lsp providers.

anthonykim1 avatar May 21 '25 19:05 anthonykim1