JetBrains / resharper-unity

Unity support for both ReSharper and Rider
Apache License 2.0
1.21k stars 134 forks source link

Provide updated annotations to Unity #2186

Open citizenmatt opened 3 years ago

citizenmatt commented 3 years ago

After every release, we should check for any changes to the JetBrains annotations, and pass these changes along to Unity, so they can include them in their next release. Currently, the annotations are out of date, without an easy way for a customer to update (e.g. the ImplicitUseTargetFlags.WithInheritors enum value isn't defined in Unity, but is understood by the ReSharper engine).

Once completing this, add a task to do the same again at the next release.

JohannesDeml commented 2 years ago

Is any progress happening here? I just wanted to use ImplicitUseTargetFlags.WithInheritors within a Unity project. Would be cool to see this supported :)

cathei commented 2 years ago

+1 for this too!

sunnamed434 commented 2 months ago

Any progress?

sunnamed434 commented 2 months ago

Is any progress happening here? I just wanted to use ImplicitUseTargetFlags.WithInheritors within a Unity project. Would be cool to see this supported :)

Finally found a workaround, I even made a post about it