intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

feat: New Feature: outline extension BuildItems

Open angelozerr opened this issue 1 year ago • 12 comments

feat: New Feature: outline extension BuildItems

Fixes #1094

Here a demo with the current PR:

BuildItemWorkspaceSymbols

Here how it works:

  • you need to open a Java file to start the MicroProfile Language Server (it doesn"t work if the language server is not started). To fix this issue, LSP4IJ must be improved with https://github.com/redhat-developer/lsp4ij/issues/439
  • you need to select Project and libraries in the scope to retrieve BuildItem from the JARs
  • As symbols is used for a lot of things like Java class, I decided to fill the list with BuildItem which starts with &

@gastaldi what do you think about that and the demo? Is it enough? Do you need more things?

angelozerr avatar Aug 08 '24 08:08 angelozerr