"Go to Symbols in Workspace" is too slow in VSCode with Lau extension by sumneko #2869
Unanswered
gohilurvish
asked this question in
Q&A
Replies: 1 comment 4 replies
-
most of its logic runs at the Lua layer. Therefore, it is not suitable for running in larger projects. Perhaps turning off workspace diagnostics might improve performance to some extent. Additionally, I recommend you try EmmyLua. It is a native(C# AOT compilation) Lua language server. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on project where there are are roughly 5000+ lua files.
I am using VSCode (moving from Sublime) with extension Lua by sumneko. While all the other things are working well, what I see a huge drawback is the symbol search in workspace.
When I start typing a function name, it take like good 10-15s for it to show results. And any incremental char in the search field also takes some 10-15s. In Sublime it used to be fast even without any extension (VS code doesn't do it work without extension).
Has anybody faced this? Are there settings which can cache the result and show it faster?
Or any other extension which can do this better way?
PS: I posted this on reddit under r/lua but found this place later which looks more closer to the issue
Beta Was this translation helpful? Give feedback.
All reactions