-
Notifications
You must be signed in to change notification settings - Fork 300
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
Code completion stopped working after upgrade to 1.62.2 #7977
Comments
Hover isn't supposed to show up in the upper notebook anymore. It should only be working in the input box at the bottom. I'm not sure which this bug is actually about then. @darim1 are you saying hover doesn't work in the output cells or are you saying autocomplete doesn't work in the input box at the bottom? |
@farukonfly I'm entering a separate bug for the hover. In the old UI we supported hover. |
There is no auto-completion in typing |
@F-19-F your cells aren't python cells as far as I can tell. Intellisense won't work unless the language is python. You might be hitting this bug here: #7917 @farukonfly can you log a separate issue? Your problem sounds like it's with notebooks, not the interactive window. |
This comment has been minimized.
This comment has been minimized.
thanks.'CVE' disappear after disable Dependency Analytics plugin,ipynb works well |
@farukonfly what is your Can you include the output of the 'Python Language server' tab? |
@rchiodo Please refer to the information below |
@farukonfly I'm going to enter a new bug for you. I believe the issue that @darim1 is having is related to only the interactive window. |
Closing this issue as its been over 4 weeks, since the information was requested. |
Environment data
Version: 1.61.2 (user setup)
Commit: 6cba118ac49a1b88332f312a8f67186f7f3c1643
Date: 2021-10-19T14:57:20.575Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19042
Jupyter Extension version (available under the Extensions sidebar): v2021.9.1101343141
Python Extension version (available under the Extensions sidebar): v2021.10.1336267007
OS (Windows | Mac | Linux distro) and version: Windows
Python and/or Anaconda version: 3.9
Type of virtual environment used: venv
Jupyter server running: Local
Expected behaviour
Code completion has worked pretty well until the upgrade.
Actual behaviour
Code completion works for built-in code but not for user code. No modules proposed, no methods proposed, nothing.
Steps to reproduce:
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: