manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.43k stars 125 forks source link

Make classes marked with @Extension show as used #368

Open chaganiu opened 2 years ago

chaganiu commented 2 years ago

It would be great if there was a way to show classes marked with @Extension as being used so people unfamiliar with Manifold don't think it's okay to delete it.

image

chaganiu commented 2 years ago

To be clear, i am using methods from this class in various places but it still shows as "never used" in IntelliJ