zed-extensions / java

Extension for Zed to support Java
43 stars 6 forks source link

Partially import maven projects #21

Open quackerex opened 5 days ago

quackerex commented 5 days ago

Similar to how VSCode Java extension does it

Screenshot Screenshot Screenshot
valentinegb commented 4 days ago

Zed extensions are not currently able to present dialogues, like in the second and third images you showed. How necessary is this functionality?

quackerex commented 2 days ago

My current use case is I don't have all the deps set up to import all of them. So I can only import the parts I work on so I get code completions and debugging support.

valentinegb commented 2 days ago

If you configure lsp.jdtls. initialization_options.settings.java.import.exclusions for your project, does that do what you want?