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条回答
forever°为你锁心
2楼-- · 2020-02-24 12:31

Try jEdit. It has a large plugin library and is very customisable, as well as being cross-platform.

查看更多
闹够了就滚
3楼-- · 2020-02-24 12:31

Depending on the platform you'll be developing on.

For .net development the best tool would be Visual Studio Professional 2008+ if you have access to it. It supports code completion (intellisense) even for Javascript files. Not just the basic javascript but for your own code as well.

One piece of advice though: If you want your HTML to be as semantic and unbloated as possible DON'T use WYSIWYG editors for HTML. Haven't seen any that would work as expected.

查看更多
聊天终结者
4楼-- · 2020-02-24 12:33

Try Emacs. It has a pretty steep learning curve but once you know it, it will make you extremely productive.

  • For XHTML you can use the excellent nxhtml-mode (it validates what you are writing on the fly)
  • For JavaScript, there is a great mode by Steve Yegge (js2-mode) (it has a parser for the language built-in, so it can do syntax and error (red underline) highlighting perfectly)
  • There is a pretty good built-in mode for CSS
查看更多
我想做一个坏孩纸
5楼-- · 2020-02-24 12:34

Visual Studio Express might be a bit bloated for your needs, and the WYSIWYG HTML view is useless.

However, it does include syntax highlighting and intellisense for HTML, CSS, basic Javascript actions and (with a download and some messing about) jQuery.

查看更多
放荡不羁爱自由
6楼-- · 2020-02-24 12:35

I found an amazing Text editor on MAC/Widnows

Sublime Text

I love it, every single day like it more and more.

查看更多
我只想做你的唯一
7楼-- · 2020-02-24 12:37

TSW WebCoder 2010

is the best editor in the world for my side with intellisense

download as a free demo also choose on of this follow link http://css.software.informer.com/download-css-editor-with-intellisense/ http://www.highdots.com/css-editor/screenshots_IntelliStyle.html

查看更多
登录 后发表回答