i'm a .NET programmer who prefer to.. use Linux as main system. Beaside this, i would like to know
- if exists a CSS auto completion add in for MonoDevelop
- if exists something to reformat开发者_运维问答 html code like the CTRL+ALT+K in Visual Studio
Thanks
1) I've not tried it, but Miguel de Icaza has recently pointed out a JS/CSS add-in: http://junalmeida.github.com/JsCssEditor/
2) Alt+Shift+F is bound to "Format Document" (at least in MD 2.8). It works on XML and claims to have worked on HTML pages (all of the lines go from unchanged to changed) but unless it is good XHTML then I think it currently fails to do anything useful.
精彩评论