Search code examples
asp.netmonomonodevelopvisualdesigner

Can't find ASP.NET Design View for MonoDevelop


I installed MonoDevelop and want to use its design view editor. After a bit of browsing I came accross ASP.NET Visual Designer which is supposed to be a part of the IDE. I used the Ubuntu Software Center to install the MonoDevelop application, so I guess it should have downloaded the latest version.

Here is the extract from the mono develop website.

AspNetEdit does not aim to be a complete IDE. After being developed as a proof-of-concept standalone editor, it now has been integrated into MonoDevelop

How can I switch to the designer view?

After opening the IDE I am unable to find the designer view anywhere. Do I need to install some kind of a add-in for this?


Solution

  • Monodevelop lacks a lot on this area. A lot of developers, like me, don't use visual designer a lot but I consider important for some people. MD don't have it and also html/css editor is very limited right now but improvements are planned (a lot of cool stuff).

    MD as been evolving fast these days but more focused on MonoTouch.

    For now you could use and external html/css editor for now. I still use Visual Studio 2010 for this.