-
Notifications
You must be signed in to change notification settings - Fork 133
Horrible experience with Python Language Server #1813
Comments
1 is a bug. 2 is two unrelated things. We'd like to know what autocomplete is not showing up that should. The language server cannot print to that debug window (that's VS Code). 3 I'm not sure what you mean by "indexed". Specifically autocompletion? Linting? Workspace symbol indexing? We need something specific to work on here. Do you have the code that causes issues? |
My guess, I'm experiencing the same issue as here: #1806. The analyzing hangs and, in the end, the autocompletion stops working.
I mean that in a workspace with three TensorFlow based projects, - "Jumping to Definition" and all other features related to the Python Language Server (PLS) does work for only one folder out of three. Let's say I have projects A, B and C, and "Jump to Definition" works fine in the A project, but once I open a file from project B - the autocomplete and other features from PLS do not work. |
@jakebailey, any update? |
No, we would reply if there were. May I assume that by multiple projects in a workspace, you mean VS Code's multi-root workspace system and not just three folders in a single place? |
That's right. I have three folders in one workspace. If I open projects individually, the autocomplete works. |
I am going to dupe against #1196. |
I am having the same issue: I have a blank python file with these 2 lines: a='llklk' a.lower() when trying to access the documentation of lower(), this error appears: Unable to open 'python3.pyi': Unable to read file '/Users/MYUSERNAME/Library/Caches/Microsoft/Python Language Server/stubs.v4/5Gj0QnRdrb5AHReKMGD6k6EdoYIw-qZ4xCPncKJOn_k=/python3.pyi' (Error: Unable to resolve non-existing file '/Users/MYUSERNAME/Library/Caches/Microsoft/Python Language Server/stubs.v4/5Gj0QnRdrb5AHReKMGD6k6EdoYIw-qZ4xCPncKJOn_k=/python3.pyi'). |
Hello everyone,
Lately, python language server is super laggy and buggy (+ https://github.com/microsoft/vscode-python/issues/8768)
PS: I have to switch to Pycharm! I'm ready to help with debugging the issue and I'm sorry not providing MWE how to reproduce it, because all logs are nearly empty:
OS: macOS Mojave 10.14.6
Version: 1.40.1
Commit: 8795a9889db74563ddd43eb0a897a2384129a619
Date: 2019-11-13T16:47:44.719Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 18.7.0
The text was updated successfully, but these errors were encountered: