Open quackerex opened 5 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?
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.
If you configure lsp.jdtls. initialization_options.settings.java.import.exclusions
for your project, does that do what you want?
Similar to how VSCode Java extension does it