praeclarum / Continuous

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

Evaluate Selection in Context of the Object #18

Open praeclarum opened 8 years ago

praeclarum commented 8 years ago

Selections are currently evaluated at the top level. It would be more convenient if they were executed in the context of the class so that you can quickly inspect fields and run methods.