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 Apr 12, 2007
·
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)
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.
Pretty Printer - Finish the output for C# and VB in NRefactory (see NRefactory in src\Libraries\NRefactory)
Refactoring - implement some refactorings like "Extract Method" etc. (requires the pretty printer)