-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyscript autocomplete doesn't work in VSCode #24
Comments
Same issue here. No autocomplete within vscode. Anyone ever resolve this? |
Same here. Anybody know how iPython/Juypiter receives all possible autocomplete values? |
I just spent some time on this, but gave up for now. There are two existing settings in VSCode which sound relevant:
The former seems to fit the ticket, but seems that turning it on causes VSCode uses an IPython magic command which Pyscript doesn't support:
I tried a quick hack to skip this, but VSCode immediately starts hitting other strange issues:
I'm new to both Python and Jupyter, so not going to explore deeper right now. Jupyter Notebook/Lab seem to work great, but would be nice if someone could figure out VSCode too. |
I have installed Pyscript integration to Home Assistant (it runs on Ubuntu machine).
Then I installed HASS Pyscript kernel shim for Jupyter on my Windows machine (where VSCode installed).
If I open the browser-based Jupyter client (using 'jupyter notebook' command) and create new notebook, the autocomplete of HASS objects works fine (using Tab key). For example:
But in VSCode autocomplete for HASS objects doesn't work (I press Ctrl+Space key combination):
What am I doing wrong?
The text was updated successfully, but these errors were encountered: