Sublime Forum

Completion html tags + theme

#1

Hello to all users sublime!

I would like to see the completion html tags as implemented in Coda, and a similar color scheme (Coda and Developer Tools in Chrome browser - F12 button). A good idea to make the preview page.

I am an avid user of Coda, but I have created a need to move to Windows and Linux, the only similar option for me was the Sublime because it is cross-platform product.

I believe that I was not the only one who looks for an alternative to Coda and finds it in the Sublime, but unfortunately not enough drops of similar things :smile:

Thank you for your attention! I would very much like to see these little wishes for the next version.

Sorry for bad english.

0 Likes

#2
  • Sublime already completes html tags. Just press ‘<’ and a list of tags appears.
  • You might want to try out the ZenCoding plugin for even more html & css auto-completions
  • Sublime Text supports textmate themes. So a quick google search gives you this: github.com/ChrisKempson/Coda-TextMate-Theme (just add this file to Preferences > Browse Packages > Color Scheme - Default)
0 Likes

#3

You are a bit misunderstood. By the completion of html tag I meant the completion of the automatic closing of the second. How to explain it.
Let’s say I type “<div” and adds “>”, when I press “>” is the closing html tag autocomplete “”

I am already using zencoding but sometimes it is necessary to enter the tag manually (for whatever reason)

Otherwise, I am satisfied, thank you for your reply.

0 Likes

#4

Alt+shift+W doesn’t work for you?

0 Likes

#5

{ “keys”: “alt+shift+w”], “command”: “insert_snippet”, “args”: { “name”: “Packages/XML/long-tag.sublime-snippet” } },

This completes already started tags?
If I use it in html, it keeps inserting

0 Likes

#6

The tag plugin inserts a closing tag on pressing ‘</’

0 Likes