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

Reorganize Jakarta EE quick fix declarations in plugin.xml by functional area. #761

Closed mrglavas closed 1 month ago

mrglavas commented 1 month ago

To improve readability we should organize the Jakarta EE quick fixes by functional area (e.g. JAX-RS and bean validation) like they are in LSP4Jakarta:

image image

mrglavas commented 1 month ago

Resolved by: https://github.com/OpenLiberty/liberty-tools-intellij/pull/762.