OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

Clean-up: Delete JakartaCodeActionHandler. #779

Closed mrglavas closed 1 month ago

mrglavas commented 1 month ago

The function that JakartaCodeActionHandler was providing has been completely replaced by the javaCodeActionParticipants that have been declared in the plugin.xml. There was value in keeping this around while development of the Jakarta quick fixes was in progress and it was helpful for comparison during the final review but it should be safe to delete it now.

This class is located in the io.openliberty.tools.intellij.lsp4jakarta.lsp4ij.codeAction package.