intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
108 stars 49 forks source link

Intellisense in Lite Terminal #1423

Open jtsalten opened 2 months ago

jtsalten commented 2 months ago

Type: Feature Request

We should have intellisense built-in in our websocket terminal so we can get commands autocompletion and also help for autocompletion of classes' name, methods and so on...

Extension version: 2.12.7 VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z) OS version: Windows_NT x64 10.0.22621 Modes:

isc-bsaviano commented 2 months ago

I'm not sure command completion has any value but completion for class names, class members, system functions/variables would be nice. Not sure if there's a VS Code API for this, or if I need to implement some form of tab completion. Regardless, this is a lot of work and not something I can get to anytime soon.