Open mrglavas opened 10 months ago
A couple more tasks for this item:
Should check whether the issues (in Liberty Tools for IntelliJ) with qualified names being tracked here: https://github.com/OpenLiberty/liberty-tools-intellij/issues/879 also apply to this project.
@jakarta.ws.rs.PUT
vs@PUT
).@jakarta.ws.rs.PUT
vs@my.random.pkg.PUT
).Note: We're noticing inconsistencies in the processing of qualified names in the code actions / quick fixes in Liberty Tools for IntelliJ and that code was ported from LSP4Jakarta.