Html TextEditor

I need a html / css text editor, that is:

  • is free
  • fast (no java or how)
  • no wisywyg
  • can autocomplete attributes and styles
  • i write <script type = "", autocomplete should show me a list with text / javascript

I like Notepad ++ but can't find smart autocomplete for it like in visual studio.

Windows or Linux, no Mac

0


a source to share


7 replies


Visual Web Developer is free and has all the features that visual studio does. It's not as easy as notepad ++, but some of them are related to the features you mention.



+7


a source


vim and all its scripts that suit you easily ...



I advise you to look at wikipedia Comparison of HTML editors page which has a bunch of html editor.

+2


a source


Apple Dashcode is suitable for account.

While it's aimed at dashboard developers, it has all the HTML / CSS / JS autocomplete features you're looking for.

0


a source


Well Dreamweaver works very well for invoicing and I've always been happy with its autocomplete support (you don't need to use the wysiwyg editor, and I never do). There are fewer free options, but I was happy with geany's performance in my own encoding. You should also look into vim and emacs, as both have extensive add-on sets aimed at exactly what you need. I used to use notepad ++ when on windows, but I'm also curious as to why you want to move away from it, as it works well the entire time I've used it.

0


a source


0


a source


Eclipse or Aptana?

0


a source


If you're looking for full-screen Textmate code completion on Windows, try Intype . It's pretty easy and snippets work great.

If you don't mind spending some time learning a new method and some tweaking to make things work the way you want, Vim is the best way.

0


a source







All Articles