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

Irrelevant Quick Fixes after applying code action #410

Open
angelozerr opened this issue Jul 6, 2024 · 0 comments · May be fixed by #411
Open

Irrelevant Quick Fixes after applying code action #410

angelozerr opened this issue Jul 6, 2024 · 0 comments · May be fixed by #411
Assignees
Labels
bug Something isn't working codeAction

Comments

@angelozerr
Copy link
Contributor

angelozerr commented Jul 6, 2024

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 OpenLiberty/liberty-tools-intellij#688

@angelozerr angelozerr added bug Something isn't working codeAction labels Jul 6, 2024
@angelozerr angelozerr added this to the 0.3.0 milestone Jul 6, 2024
@angelozerr angelozerr self-assigned this Jul 6, 2024
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Jul 6, 2024
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Jul 6, 2024
@angelozerr angelozerr moved this to 👀 In review in IDE Cloudaptors Jul 7, 2024
@angelozerr angelozerr modified the milestones: 0.0.3, 0.0.4 Jul 17, 2024
@angelozerr angelozerr removed this from the 0.4.0 milestone Aug 13, 2024
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Oct 4, 2024
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Oct 4, 2024
@angelozerr angelozerr moved this to Todo in Java Tooling Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working codeAction
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant