redhat-developer / redhat-developer/lsp4ij

Irrelevant Quick Fixes after applying code action

Open
#410 0 comments 0 reactions 1 assignee View on GitHub

@angelozerr is already working on this.

Since Jul 6, 2024.

bug codeAction
Dominant language
Java
Stars
344
Forks
113
Avg merge
5h 22m
Merged PRs (30d)
15

Description

When a file has an error and a QuickFix is applied, the old quickfixes are not cleared and become irrelevant.

Given this ts file:

function foo(){
   prin()
}

See the demo which shows in action the problem:

CodeActionCacheBug

The problem has been reported at https://github.com/OpenLiberty/liberty-tools-intellij/issues/688

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.