Skip to content
New issue

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

Autocompletion is ultra-slow #295

Closed
laeubi opened this issue Jul 20, 2022 · 4 comments
Closed

Autocompletion is ultra-slow #295

laeubi opened this issue Jul 20, 2022 · 4 comments

Comments

@laeubi
Copy link
Member

laeubi commented Jul 20, 2022

Inserting standard content

  1. Create anew simple maven project
  2. press STRG+SPACE inside the empty pom
  3. it shows "computing proposals 0%" and nothing happens

At least it should react very fast to the standard tags available at that location, no idea what it is computing there that takes that long

Inserting variables

  1. Now add some content and try e.g. ${p --> also takes very very long, there should be one very fast completion that at least offers the standard project.version, project.build. ... and so on if it takes to long to compute others.
@mickaelistria
Copy link
Contributor

I think the LS is corrupted in that case. Which version of org.eclipse.m2e.editor.lemminx and org.eclipse.wildwebdeveloper.xml do you have ?

@mickaelistria
Copy link
Contributor

Note that such issue should be reported first to m2e. The integration between m2e and lemminx-maven, which belongs to m2e, is not trivial and can be the cause of such issue. Bad editor behavior in m2e is not always caused by a bug in the language server.

@angelozerr
Copy link
Contributor

It is the same issue than #444

@vrubezhny
Copy link
Contributor

I believe we can close this one in favor of #444 - please follow up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants