You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DanielGrunwald edited this page Mar 13, 2009
·
5 revisions
This section is intended as a home for all the existing or planned features that have no one looking after them.
The SharpDevelop team does not have time for these features; please be so kind and Adopt a Feature Today! (tm)
Settings editor - there's an unfinished AddIn in 4.0 for editing Visual Studio .settings files - finish the editing part and create the integration with app.config
Edit and Continue - The debugger side of this would be done by David Srbecky. What we need is C# compiler that is able to generate updated IL code, metadata and symbols. Modifying the mono compiler is probably the best way to go.