HTML +CSS +Javascript Editor [closed]

2020-02-24 12:31发布

问题:

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 7 years ago.

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

回答1:

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



回答2:

I found an amazing Text editor on MAC/Widnows

Sublime Text

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



回答3:

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:

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:

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



回答6:

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



回答7:

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.



回答8:

I love Scite. The mint version has onyl syntax highlighting but with additional syntax files it's also capable of code completion.



回答9:

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.



回答10:

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.



回答11:

Notepad (and other variants, I'm particularly fond of Notepad2-MOD) is a great editor! Lightweight, and takes about 200 ms to load!

If you are looking for something with more functionality, try Komodo IDE (or its free alternative, Komodo Edit).

If you are looking for a WYSIWYG editor, personally, I find that WYSIWYG editors are bloated and most of the time creates a huge tag soup for anything more than your average 1999 web page. It is also way too much for JavaScript (which you will need to code manually anyway).



回答12:

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.



回答13:

I use Notepad++. Is fast, lightweight and works with many of programming languages. You can make syntax highlighting like Mac's os Textmate. Simply, download theme for Textmate from tmthemes.com, convert to Notepad++ format here and replace stylers.xml file. Result is cool ;)



回答14:

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



回答15:

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.