This page is likely outdated. Visit the new documentation for updated content.

Smart indenter & formatter

Status Owner Importance Complexity MD Version
Pending Normal 2.8

Smart indenter and code formatter for ASP.NET. To some extent can re-use the HTML one, but embedded code regions will be difficult to handle.

Run in browser of choice

Status Owner Importance Complexity MD Version
Pending Normal 2d 2.8

Configurable browser profiles for running the site in different web browsers.

C# completion

Status Owner Importance Complexity MD Version
Completed mkrueger High 2w 2.6

C# completion in <% %> etc. regions in ASP.NET pages. Should be done via an abstract interface so that other languages can be plugged in, and so that T4 completion can provide a similar context and get C# completion for free. ASP.NET page will need to provide context of imports, base class, code regions and their types, and accessible ProjectDoms.

Propagate completion context from master to children

Status Owner Importance Complexity MD Version
Pending Normal 4h 2.8

In content pages, each content region should use the completion context - e.g. “inside <table> tag” from the master page’s placeholder.

Completion for image/master/control paths

Status Owner Importance Complexity MD Version
Pending Normal 2h 2.8

The “src” attributes in img tags, and other such paths, should all use the new new path picker.

Run on remote server

Status Owner Importance Complexity MD Version
Pending Normal Medium 2.8

Command for uploading the ASP.NET site to a remote server and opening the browser to the correct URL.

Debug on remote server

Status Owner Importance Complexity MD Version
Pending Normal Medium 2.8

Command for uploading the ASP.NET site to a remote server, launching the debugger and connecting it to the remote server, and opening the browser to the correct URL.

Editing tags using the property grid

Status Owner Importance Complexity MD Version
Pending Normal Medium

The property grid could show the attributes of the tag under the text editor caret, and any changes made to the property grid could be applied to the text editor.

More unit testing of parser & completion

Status Owner Importance Complexity MD Version
Pending Normal Medium

The ASP.NET completion engine needs tests, particularly cross-file e.g. user control in content page with master page, and also for embedded C# completion.