[Mono-list] C# editor
Miguel de Icaza
miguel@ximian.com
Fri, 11 Feb 2005 17:37:45 -0500
Hey,
> I'd like to edit some files in the mono (mcs) source code (System.web in
> fact). But it's very hard without an editor with exciting feature such as
> autocompletion...
> I've tried with monodevelop but, if you want to have autocompletion, you must
> open a projet... Is it possible to open the mcs source inside a project in
> monodevelop? or does it exist an 'adapted to C#' editor?
Recent MonoDevelops (SVN) can do this.
I have actually never missed auto-complete, maybe because I use
dynamic-abbrevs (Alt-/ in Emacs and vi has the same) and because am a
fast typist.
Miguel.