Open
Description
I would like to request a feature to allow fine-grained control over completions in the extension. Specifically, I want to disable completions for Java standard library methods (e.g., String.split()
, System.out.println()
, etc.) while keeping completions for my project's dependencies, such as Gradle plugins and custom libraries.
Currently, the java.completion.enabled
setting disables all completions, which is not ideal for my workflow. I rely heavily on Gradle plugin completions, and the Java standard library methods cannot be used in my project.