Symbol search unusable without Pylance #18683
Answered
by
brettcannon
ggydush-fn
asked this question in
Q&A
|
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? |
Answered by
brettcannon
Mar 14, 2022
Replies: 1 comment 3 replies
|
It's simply a limitation of Jedi. You can try opening an issue at https://github.com/davidhalter/jedi . |
3 replies
Answer selected by
brettcannon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's simply a limitation of Jedi. You can try opening an issue at https://github.com/davidhalter/jedi .