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

Transform the Quick fixes related to ModifyModifiersProposal to implement the code action participant extension point. #543

Closed
vaisakhkannan opened this issue Oct 23, 2023 · 2 comments
Assignees
Labels
1 Estimated story points enhancement New feature or request language client language server integration

Comments

@vaisakhkannan
Copy link
Contributor

See the initial work completed here: #312.

In addition to refactoring the code, the code action participants will need to be added to the plugin.xml and the relevant Jakarta EE code action tests should be enabled.

@vaisakhkannan
Copy link
Contributor Author

vaisakhkannan commented Jan 18, 2024

Screenshot 2024-01-18 at 6 40 19 PM

@mrglavas , When adding the missing codeAction tests in the ResourceClassConstructorTest.java file from the PR eclipse/lsp4jakarta#510, I noticed a difference in the title while running the tests. Can I update the title in the messages.properties file as follows?

Screenshot 2024-01-18 at 7 13 16 PM

vaisakhkannan added a commit that referenced this issue Jan 23, 2024
…al-Quickfix

Transform the Quick fixes related to ModifyModifiersProposal to implement the code action
@vaisakhkannan
Copy link
Contributor Author

PR #579 successfully merged, and I am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 Estimated story points enhancement New feature or request language client language server integration
Projects
Development

No branches or pull requests

2 participants