Is there any powerful html editor on Mac os? - html

Visual Studio is so powerful and convenient as HTML,CSS and JS editor.
After typing div,it automatically types /div for me.Espresso can do this as well, but it just doesn't types the TAP or space*4 automatically,that's awful!
So, is there any web editor on Mac as powerful as Visual Stdio.Thanks!
By the way, vs2013 Pro is free for students.

There are many good editors for HTML, CSS and JS for Mac like Espresso, Coda 2, TextMate.
But I personally prefer Sublime Text + Emmet combination.
Emmet Documentation
Check this link also for some of the features of Emmet.

Why don't you take a look at Sublime Text, TextMate or Coda 2?

You may find TypeMetal productive for HTML content authoring. It makes the easy stuff easy, while providing unrestricted access to HTML's full element set. TypeMetal produces streamlined, professional-grade markup, while enabling you to work with fully styled content in a keyboard-shortcut-rich environment. You can find links to a free demo build and the complete online user guide here. (I designed and developed TypeMetal to be the "missing HTML editor" I've long wished for -- hope you'll enjoy it too!)

You can try learning and customizing vim ( = !

Related

web design in javascript , php, css

I have an amateur question, is there a comprehensive software for design web site that support all web language for example html , css , php, javascript, and laravel framework and also data base and interface design from A to Z .Thank’s for your answer to this question .
excuse me guy
not just editor something like netbeans or visual studio
Coda is a good alternative for beginners, with preview and plenty of language support.
https://panic.com/coda/
you may want to try https://www.sublimetext.com/ modern editor used by most of the developers
Btw Visual studio is an editor. There are some great editors you could find for eg. Caret(Chrome OS only), VIM, Notepad++, Atom, Code pad(Chrome OS only), Bluefish, and, Sublime. (I understand this post is very old) Also, there are online editors like Codepen.io

Recommendations for good html & css editors? (Web Application)

Is there any good html & css editors in a web application? And I don't mean those like dreamweaver and eclipse. I mean like those editors stackoverflow uses when asking a question. I tried find for html editor online, but most of the editors don't support css. Does anyone know any good ones? Preferably to be used for Ruby-on-Rails! :)
I only use it in one place, but CKeditor has been pretty good. It integrates well with RailsAdmin, which is what I use it for. Look for the ckeditor gem.
You can use https://github.com/Nerian/bootstrap-wysihtml5-rails
I truly love TinyMCE. It's the editor that ships with WordPress, but it can be installed by itself. It is highly configurable, supports css, and is quite powerful.
There are two versions, a javascript version and a jquery version, so it can be installed with any server technology, but there is also a TinyMCE gem for rails.

Firebug like autocomplete css editor

Does anyone know a css(or html) editor that autocompletes code as firebug do in css?
I think its called autocomplete as you type.
thanks
edit:
i found a project called zen-coding that create shortcuts for coding html and css. but im still faster with firebug
Most decent IDEs should offer autocomplete on any language they support.
I'm using Netbeans here, and I can confirm it gives me autocomplete on the various languages I'm using, including HTML and CSS.
http://netbeans.org/
Eclipse, and most major IDEs have a "code assist" feature that propose the possiblities on a hot key (eg., ctrl+space) or on a specific event (press <) or on a timeout (most of these are configurable).
Aptana studio is a eclipse based IDE for web development.
If you are specifically looking for "firebug style" meaning you expect the IDE to auto-complete (rather than propose) then you can tweak the options to get a similar behaviour ("completion Overwrites" rather than "Completion Inserts", for eclipse)
Or try cssUpdater, which syncs your FireBug css changes back to your original css files.
With it, you can construct and tweak you layout in FireBug, hit the sync button and reload the page to see that your layout and css is preserved. http://cssupdater.com
The best firebug-alike approach apps is : http://www.stylizerapp.com/
It's available on PC and Mac too.

IDE with HTML closing tag highlighting similar to closing brace

Is there an IDE that highlights each HTML closing tag (as you highlight over the opening tag, for example), similar to how many IDE's highlight where the opening/closing braces are for functions and such?
There are quite many IDEs that can do that and it's only up to you which one will you choose.
For example I often use NetBeans and Eclipse for HTML+CSS and PHP, sometime VisualStudio (for ASP.NET). For very fast editing, or something small I use Notepad++. All of them supports highlighting closing and beginning tags when marked. Also Dreamweaver is good for HTML, but I prefer to use OpenSource or freeware software (except for Visual Studio, but Express editions are also available free of charge).
So as you can see there are many options. I have to say that Notepad++ is quite powerful tool, very hight customizable, but for bigger HTML projects I use NetBeans due to it's code completion, syntax highlighting and other useful tools.
Regards,
Ventus
There is NotePad++ amongst many other for sure.
Zend Studio does this as well, so I'm assuming Eclipse PDT has it.
Yes lots, you can use notepad++, aptana if you have a better machine, pspad
if you can use aptana and add the ftp site so you can have full access of everything ;)

Good free html editor with shortcuts for <p>'s

Hi can anyone recommend a good free html editor.
I want something that will let me wrap sections of code in <p> tags with a shortcut for example. It would make my life easier.
I'm a developer so I want something where I'll be writing most of the html by hand.
Thanks for the help,
Alex
Visual Web Developer 2010 Express is just great for beginners, and has this functionality.
Netbeans has this functionality. It works with many languages including HTML. Get it from http://netbeans.org/ Its free
In Emacs' html-mode you're typing along, hit C-c RET, type your paragraph, hit C-c / to close the paragraph, and keep on hacking.
You can find this tip, and many more, here.
you can use Bluefish. This is a free software text editor. The "Auto tag closing" is include in the software : http://bluefish.openoffice.nl/manual/ch07s02.html
Official website : http://bluefish.openoffice.nl/
Hope it will help you!
Very simple, but with shortcuts for the most common XHTML blocks: Rejbrand Text Editor.
You press Alt+Enter to insert <p></p>; any selection will be included inside the tags. Ctrl+Enter inserts <br />, Ctrl+I inserts <li></li> etc. Ctrl+n inserts <hn></hn>.
Programmer's Notepad 2 gives you the easiness you're asking for, plus it also writes for ALL other programming languages with syntax highlighting to ALL and it adds the closing tags of HTML for you and all the optimizing stuff. Plus it is FREE. It also is VERY portable being only 2.4 megabytes! You can download it from here:
Programmers Notepad Download Latest Version