HTML +CSS +Javascript Editor [closed]

2020-02-24 12:22发布

Hello I am looking for a good HTML + CSS +Javascript Editor Microsoft Windows platform

Thank you very much !!!!

UPDATES :


1) I found an amazing one, which I use already for a while on windows and on MAC as well :

Sumblime Text 2


2)

WebStorm is another one I like.

WebStorm I use for the bigger projects, where the SublimeText is more for the files to open, or a small projects because it is very fast

15条回答
女痞
2楼-- · 2020-02-24 12:39

NuSphere PhpEd does all of these any many more. The have recently added both CSS and JavaScript code navagation, so you can click on the class or JavaScript function and jump straight to it. Although it's expensive, I have found it be extremely fast (can display code completion within a couple milliseconds) and it has all the features I need, including FTP and SFTP.

查看更多
劳资没心,怎么记你
3楼-- · 2020-02-24 12:43

I used both Notepad++ and Aptana, sometimes Eclipse as well. For simple scripting or quick fix on some files, notepad++ is very good. For large project management I prefer Aptana, which comes with debugger for PHP and I soooo need it.

查看更多
等我变得足够好
4楼-- · 2020-02-24 12:46

If you're looking for an online editor, jsFiddle is probably the best choice.

查看更多
虎瘦雄心在
5楼-- · 2020-02-24 12:48

I prefer Netbeans 6.7 PHP , it includES CSS / JS / HTML and PHP Features. Codefolding, Syntax Highlighting, Code completion, CSS Preview...

But my Favourite function is code completion for JQuery + Dojo

Download : Netbeans Download

查看更多
在下西门庆
6楼-- · 2020-02-24 12:48

I did research and I think at the moment WebStrom 4 is the best. Best code completion + syntax highlight. Can even recognize extended classes in JavaScript and overwritten methods and so on.

查看更多
做自己的国王
7楼-- · 2020-02-24 12:51

I'm personnaly fond of notepad++ : it's a simple tabbed editor, syntax highlighting, autocompletion, can handle more than 30 laguages and has a plugin system. (and it's free).

WYSIWYG is really useless for webdevelopping, so I really don't recommend Dreweaver or whatever looks like it.

You can also try to use Eclipse Amatheus for HTML, but it's not quite complete and can be hard to install.

查看更多
登录 后发表回答