Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Features you could help us with

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)

  • ASP.NET (.aspx) support
  • 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)
  • Unit Test for all cases you can imagine.
  • Profiling support
  • VB 9.0 (LINQ) parser and code-completion support
  • Typed data set designer
  • Guidance automation equivalent (http://guidanceautomation.net)
  • Support for your favourite .NET language - preferably with parser and code-completion support

If you want to add your own feature wishes, please use the Wishlist.

Clone this wiki locally