deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
1 stars 0 forks source link

Deephaven autocomplete #68

Open jjbrosnan opened 1 month ago

jjbrosnan commented 1 month ago

Autocomplete doesn't seem to be working when I call Deephaven methods. Maybe I don't have VS Code configured properly, but all of my other Python libraries work with autocomplete.

bmingles commented 1 month ago

@jjbrosnan To get intellisense, you'll need to pip install whatever packages you want to use. A good starting point is:

deephaven-core
deephaven-plugin-plotly-express
deephaven-plugin-ui

You can always just put this in a requirements.txt file in whatever folder you have open in vscode. The standard Python extension (not DH) provides some commands to setup virtual environments, install the requirements, etc.

https://code.visualstudio.com/docs/python/python-tutorial

alexpeters1208 commented 1 month ago

FWIW, I'm getting a nonzero amount of autocomplete using pip-installed DH.

Screenshot 2024-08-06 at 4 58 51 PM