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
-1
votes
1 answer

VSCode only shows one suggestion for snippets or emmet

As you can see, it only shows a line. I can't see the other suggestions. This happens in all files, not only css files
Periphery
  • 1
  • 1
-1
votes
1 answer

VSCode 1.22.2: Emmet disappeared?

I made the switch to VSCode about a month ago and I'm really into it, been using Sublime for years and VSCode is everything I always wanted, plus things I didn't even know I wanted! But, so, today I was working on a project and noticed that the…
bummings
  • 119
  • 1
  • 1
  • 6
-1
votes
1 answer

Why can't wrap individual lines with abbreviational tag in my emmet-vim?

I have installed vim and emmet plugin. To create the following html structure
  • About
  • News
  • Products
  • Contacts
with four lines text About News Products Contacts Do as…
showkey
  • 482
  • 42
  • 140
  • 295
-1
votes
1 answer

Visual Studio Code support emmet?

I install Visual studio code and i want to use emmet in HTML or Sass file, but when i type something like bgc for background-color in scss file and press tab nothing happened! How I can enable Emmet inside vsc? Thank you.
Dark star
  • 5,192
  • 9
  • 35
  • 54
-1
votes
2 answers

Multiple text:{} content in multiple tags with Emmet

I want know how to write different text content every td in tr. What I know to do is: table>tr*4>td*4{my td} What will happen is: …
Zeev Katz
  • 2,273
  • 2
  • 16
  • 42
-1
votes
1 answer

Emmet with sublime

I am trying to make something pretty easy and for some reason i can't. Generally with Emmet on html i don't have any problem, but i wanna make something custom. On javascript, when i type log i want on Tab should generate console.log() and write…
Honchar Denys
  • 1,408
  • 4
  • 29
  • 54
-1
votes
1 answer

ul>li*5[TAB] not working on WebStorm

I am new to react and WebStorm. I used to using Emmet. but some of the Emmet operation seems not working well on WebStorm. How to solve it? my WebStorm version is 11.0.1
Tiper
  • 1
  • 1
-1
votes
2 answers

How to get gradient shortcut working in Notepad++ with Emmet

I have recently installed Emmet in my Notepad++. All the short codes are working fine. But when I tried to apply css short code in case of gradient, it is not working. Can anyone please help me?
codewitharefin
  • 1,398
  • 15
  • 24
-1
votes
4 answers

How to add siblings to a parent element?

I'm using Sublime Text 2 with the Emmet plug-in. This is the target HTML: This is my current snippet : html>head>title Which off course does not add the …
Nope
  • 22,147
  • 7
  • 47
  • 72
-2
votes
0 answers

Emmet abbreviations in VS Code suddenly not appearing correctly

I'm in my first week of learning programming and I'm having some issues with Emmet abbreviations in VS code. I think I have it configured correctly in settings as it does seem to work in the beginning of a new text file (I'm using html:5 at the…
-2
votes
1 answer

Emmet doesnt't work in css Vs Code how do i fix it?

Here is example it's only forking in html and not in css How to fix this problem? It's dificult to find information on internet because i am the only one who have this problem
Monkey
  • 13
  • 2
-2
votes
1 answer

Why there's no html attributes suggestion at my vs code?

Why there is no suggestion in my vs code ? when i'm about typing "onClick, href, src, etc" it is not showing the suggestion but in my older code or download from github it's show up. i already try reinstall vscode, reset user setting and still the…
-2
votes
2 answers

How to Generate single tag on visual studio code

I am learning React. How can I generate single tag on visual studio code or what is the shortcut for single tag.
-2
votes
2 answers

Is there any shortcut for custom attributes using IntelliSense Emmet?

For example, i want to enter with this input: .classOne#idOne?customAttribute?customAttributeValue And then, when hit Tab on keyboard I want get this output:
What are…
-2
votes
1 answer

Using Emmet feature for html, css within php file in Visual Studio Code editor

If i code on .php file
idate, idn_to_ascii, idn_to_utf-8 ... etc If i code on .htmlfile
id I use html,css,js emmets on .html file. But i can't use html,css,js emmets on .php file. If you know about this…
Mugglim
  • 35
  • 2
  • 6
1 2 3
49
50
my td my td my td my td
my td