Questions tagged [emmet]

Emmet (previously Zen Coding) is a set of text editor plugins allowing for high-speed coding in HTML, XML, XSL, and other structured code formats by expanding CSS-like expressions of elements into their corresponding representation.

Emmet (previously known as Zen Coding) is a set of plug-ins for text editors that allow for high-speed coding in HTML, XML, XSL, and other structured code formats via content assist. The project was started by Vadim Makeev in 2008 and continues to be actively developed by Sergey Chikuyonok.

Emmet takes the snippets idea to a whole new level: you can type CSS-like expressions that can be dynamically parsed, and produce output depending on what you type in the abbreviation. Emmet is developed and optimized for web-developers whose workflow depends on HTML/XML and CSS but can be used with other programming languages too.

http://docs.emmet.io

741 questions
0
votes
0 answers

emmet-vim, custom map using causing problems

I am trying to use to remap the emmet-vim functions, but I have some problems : using : map e (EmmetExpandAbbr) nmap e (EmmetExpandAbbr) or map! e (EmmetExpandAbbr) nothing appens in any mode, and using : imap…
hl037_
  • 3,520
  • 1
  • 27
  • 58
0
votes
1 answer

Sublime Text 3 curly brace auto-completion interferes with Emmet

I'm new to Emmet and to Sublime Text 3. In ST3, when I type the left curly brace, the right curly brace is automatically inserted, which interferes with Emmet i.e. when I type something like a{Click Me}, it expands to a{Click } instead of…
cornishninja
  • 553
  • 5
  • 12
0
votes
1 answer

How can I change Ctrl+E key binding to F12

I have installed Sublime text3 today. also I installed emmet plugin. Now plugin abbreviation command works by pressing Ctrl+E button. I want to change it to F12, I mean I want whenever I press F12 it works same as pressing Ctrl+E buttons I have…
Mehrdad201
  • 121
  • 9
0
votes
1 answer

Emmet snippet for 43 divs

I'm trying to put 43 divs with different ID's with emmet. If i do it by hand it's gonna take me forever! Well look at the code
user1133297
0
votes
1 answer

Edit existing html with zen coding snippet

Once I have expanded my zencoding snippet into HTML by pressing {tab}, how do I collapse that html back to a zencoding snippet in order to make changes to the zencoding expression?
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
1 answer

VS 2013 \w web essentials ZenCoding not working

I have installed Web Essentials with Visual Studio 2013 RC. I'm trying to use Zen Coding and nothing happens when I press tab anywhere. On top of that I want to use it from cshtml (Razor) files when writing out my html. Is there any known issue that…
Ayo I
  • 7,722
  • 5
  • 30
  • 40
0
votes
2 answers

Is it possible to change the default lorem ipsum in Emmet?

There are all these great lorem ipsum variations floating around, but no way in hell am I about to go copy and paste them into Sublime Text 2 by hand. I just love Emmet's (lorem100) shortcut too much. Anyone know how to change the default ipsum to…
Bryce Johnson
  • 6,689
  • 6
  • 40
  • 51
0
votes
1 answer

How to make Emmet on Notepad++ treat extension .xslt as language XSLT?

When file extension is .xsl everything is good, but with .xslt it falls back to default: html, so I cannot expand XSLT code. I believe it does not look at file extension, because for whatever file, if you choose CSS as syntax highlight, you can…
Ksthawma
  • 1,257
  • 1
  • 16
  • 28
0
votes
1 answer

Emmet plugin in Sublime Text 2 with Soy Templates

Has anyone gotten the Emmet plugin to work with Soy Templates in Sublime Text 2? I tried following the recommendation here: http://docs.emmet.io/customization/syntax-profiles/ and added a syntaxProfiles.json file with the following: { …
user2360062
  • 663
  • 2
  • 7
  • 19
0
votes
0 answers

set auto indent on newline between auto closed HTML tag in vim (
|
)

I wonder how to set auto indentation on newline between auto closed HTML tag in Vim? the | sign is the cursor position from:
|
Press Return key To:
|
But the Sad reality, is:
|
Asaf Katz
  • 4,608
  • 4
  • 37
  • 42
0
votes
1 answer

What zen coding expression expand to ?

What zen coding expression expand to ?
Julio Rodrigues
  • 3,373
  • 3
  • 24
  • 33
0
votes
1 answer

Where is Emmets snippets.json?

Where can I find the snippets.json for emmet, running it as a plugin for Aptana Studio 3? I have found the menu entries in the preferences window, but I want to edit existing snippets not create new ones.
Dale
  • 10,384
  • 21
  • 34
0
votes
1 answer

Zen code- writing style - image src change

How can i get this output from zencoding
ShibinRagh
  • 6,530
  • 4
  • 35
  • 57
0
votes
1 answer

jade template engine - defining new operators

Is is possible to define new operators using jade? Similar to the abbreviations in emmet. I would like to define something like k=v to be and k eq 1 to be (While I like zencoding / emmet I sometimes…
csta
  • 2,423
  • 5
  • 26
  • 34
0
votes
2 answers

aptana 2.0.5 & emmet plugin

after installing emmet (from http://emmet.io/eclipse/updates/ ) i received this message below: Cannot complete the install because one or more required items could not be found. Software being installed: Emmet for Eclipse 1.0.0.201303162055…
Sph1Nkey
  • 1
  • 1