CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
[Solved] Is this possible in Sublime Text 2?
elneco
Permalink to comment
#
August 2012
is there a plug in / extension you guys know of that can do this:
[type] .class / [hit] TAB / [get] class="class"
thought i saw or heard about this somewhere?
jamy_za
Permalink to comment
#
August 2012
that's for html right?
[type] div.class / [hit] TAB / [get]
<div class="class"></div>
jamy_za
Permalink to comment
#
August 2012
Also remember, you can create your own snippets. So you can make any tab trigger you want create whatever you want (with tab stops too). It's really up to you.
elneco
Permalink to comment
#
August 2012
thanks for the response. i just found out about ze coding:
http://code.google.com/p/zen-coding/
Add a Comment
[type] .class / [hit] TAB / [get] class="class"
thought i saw or heard about this somewhere?
[type] div.class / [hit] TAB / [get]
<div class="class"></div>http://code.google.com/p/zen-coding/