Symbol search unusable without Pylance #18683
-
I use symbol search pretty heavily (via command + T, or prefixing "#" or "@" to the command palette). This feature is very snappy and responsive with Pylance, but unfortunately, with Pylance being closed source, we cannot use it with code-server or any other open source versions of Vscode. When changing the language server to "Jedi" the symbol search becomes pretty much unusable on even small projects (10+ second delay for searching). Are there any ways of speeding this up (via up front indexing) or is this just a limitation of Jedi that is unavoidable? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's simply a limitation of Jedi. You can try opening an issue at https://github.com/davidhalter/jedi . |
Beta Was this translation helpful? Give feedback.
It's simply a limitation of Jedi. You can try opening an issue at https://github.com/davidhalter/jedi .