Quick find for serialized fields from the inspector

One potentially small time saving feature for the inspector window. It would be cool if in the inspector on the right click menu for a field in the inspector window there was an option to “go to definition” so you could quickly jump to in the code to where the field is defined. Would save having to open the script file then do a search for it particularly if your component is a member of an extensive class hierarchy where the field may be defined in a parent class.

Interesting idea! One note is this would be hard to support for scripts with custom inspectors.