You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LSP is slow to react to user actions when code base is bigger and few actions are requested at once. Eg.
User Saves .nr file quickly spotting it's own mistake and saving it again.
In such case LSP is starting few procedures trying to fulfil requests, actions associated with these actions are currently expensive and need optimisations on LSP itself, compiler and (possibly) IDE plugin itself.
Happy Case
Optimisations are made in compiler and LSP to gain performance.
Alternatives Considered
Disable Code lens feature which contributes to performance issues significantly while bringing little benefit in bigger code bases.
Provide configuration option allowing to disable code-lens feature.
enhancementNew feature or requestvscodeNoir Language Support VS Code extension
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem
LSP is slow to react to user actions when code base is bigger and few actions are requested at once. Eg.
User Saves
.nr
file quickly spotting it's own mistake and saving it again.In such case LSP is starting few procedures trying to fulfil requests, actions associated with these actions are currently expensive and need optimisations on LSP itself, compiler and (possibly) IDE plugin itself.
Happy Case
Optimisations are made in compiler and LSP to gain performance.
Alternatives Considered
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
Beta Was this translation helpful? Give feedback.
All reactions