metals-feature-requests icon indicating copy to clipboard operation
metals-feature-requests copied to clipboard

Allow to filter out static methods from java classes

Open ghostbuster91 opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe.

I find it confusing that in java static methods are returned as a part of completions on an instance of an object. I know that in java it is possible to call static method on an instance of an object though this is considered a bad practice.

I would like static methods not to be reported in completions when writing java.

Describe the solution you'd like

Add a feature flag that if set would not report static methods on java classes when writing a java file. Static methods would only be reported on the class. Otherwise the behavior remains the same.

Describe alternatives you've considered

Leave it as it is since this is allowed in java.

Additional context

No response

Search terms

java, completions, static

ghostbuster91 avatar Apr 26 '24 09:04 ghostbuster91