praeclarum / Continuous

Continuous IDE Addin enables live coding from Xamarin Studio and Visual Studio
MIT License
268 stars 33 forks source link

Show Private Fields in Object Inspector #19

Open praeclarum opened 8 years ago

praeclarum commented 8 years ago

The Object Inspector is meant to be a development aid but is currently limited to showing public fields and properties. During development its best to see everything though.

This feature is generally easy but I would like to filter out compiler generated fields that are reflected in properties.