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
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 to share