Garethp / Rider-RimworldDevelopment

MIT License
9 stars 2 forks source link

Quick definition not showing anything if the method doesn't implement any of it's own variables #6

Open Dedvi opened 1 year ago

Dedvi commented 1 year ago

If quick definition is used on a tag(for example: HairDef) it will show up as empty. Further going into the class that it extends will show the actual fields and methods. For the expected behaviour: if the class doesn't implement any of it's own methods, show the class it extends.

Screenshot 2023-04-18 at 10 53 22 AM