redhat-developer / eclipseide-jdtls

A language server client for Eclipse using JDT-LS
MIT License
11 stars 5 forks source link

Persistent quickfix popup #106

Closed mickaelistria closed 11 months ago

mickaelistria commented 1 year ago

Let's make sure issue is not already fixed in snapshots first.

Steps to reproduce

The scenario is not deterministic (I suspect it involves async processing), but it seems more repeatable on bigger classes (eg JDT's Parser.java)

From a fresh installation and clean workspace:

I tried

But got: The quick fix popup not willing to disappear permanently despite I hit Escape. It always pops up again.

Community

mickaelistria commented 11 months ago

Was an issue in LSP4E, fixed with https://github.com/eclipse/lsp4e/pull/868