We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With #2600 we can consider put more completion items to be lazy resolved.
Postfix could be a good candidate. With the code below:
public static void main(String[] args) throws Exception { args.| }
Triggering completion at |, get the following profile result
|
evaluateGenericTemplate() occupies considerable CPU time during the completion.
evaluateGenericTemplate()
The text was updated successfully, but these errors were encountered:
jdneo
Successfully merging a pull request may close this issue.
With #2600 we can consider put more completion items to be lazy resolved.
Postfix could be a good candidate. With the code below:
Triggering completion at
|
, get the following profile resultevaluateGenericTemplate()
occupies considerable CPU time during the completion.The text was updated successfully, but these errors were encountered: