What is the best text editor for web development?
I've been using dreamweaver since I started learning basics in html like a year ago, and now I would like to change to a free alternative, since I don't need the WYSIWYG and other dreamweaver functions anymore.
However, I have tried Notepad++ and first it seemed great, but it sometimes crashes after not being able to connect to ftp. Also I really got used to the ftp/explorer, that dreamweaver has, where you are able to transfer images and other things right through the text editor, not just code files.
So is there an alternative for me?
If you're doing web development, you probably should use the tools every good coder use: a programmable editor like Vim or Emacs and some version control system (I'd recommend using a decentralised one, like Mercurial, Git or Bazaar).
You shouldn't directly edit code from the FTP. That's aiming a really big gun to your foot. And removing the safety.
I don't want to appear as 'the vim freak', but that's what I use and recommend. Incredibly powerful once you master search-replace, regexes, macros and commands.
Aptana is a good one.
Six free alternatives to Dreamweaver.
链接地址: http://www.djcxy.com/p/50036.html上一篇: “as”和可为空的类型带来惊喜
下一篇: 什么是最好的Web开发文本编辑器?