Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Dreamweaver CC 2017 now supports "Emmet Abbreviations"

Explorer ,
Nov 16, 2016 Nov 16, 2016

Copy link to clipboard

Copied

This is really cool and very handy.

Emmet is a plug-in that allows high-speed coding and generation of HTML and CSS code.

Use Emmet abbreviations in Code View or Code Inspector in Dreamweaver and press the Tab key to expand these abbreviations into HTML markups or CSS.

HTML abbreviations expand in HTML and PHP pages (it works in CFML pages too). CSS abbreviations expand in CSS, LESS, SASS, SCSS pages, or within the style tag in an HTML page.

Here are a few examples that demonstrate how you can use Emmet abbreviations in Code View. For detailed information and reference, see the Emmet documentation.

Links:

Views

3.3K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 17, 2016 Nov 17, 2016

Emmet has been built into DW for some time now, it was introduced in CC2015.

It is also problematic for some people and comes into conflict with the new "Keyword Shortcuts" for Snippets (introduced in CC2017) if the keyword used also happens to be an Emmet abbreviation, the Snippet takes precedence.

For example, I have a snippet set up to create Æ where I can now type ae+Tab, unfortunately, this set up destroys Emmet's CSS ae+Tab abbreviation for

-ms-align-items:flex-end;
align-items:flex-end;

I hav

...

Votes

Translate
Community Expert ,
Nov 17, 2016 Nov 17, 2016

Copy link to clipboard

Copied

Emmet has been built into DW for some time now, it was introduced in CC2015.

It is also problematic for some people and comes into conflict with the new "Keyword Shortcuts" for Snippets (introduced in CC2017) if the keyword used also happens to be an Emmet abbreviation, the Snippet takes precedence.

For example, I have a snippet set up to create Æ where I can now type ae+Tab, unfortunately, this set up destroys Emmet's CSS ae+Tab abbreviation for

-ms-align-items:flex-end;
align-items:flex-end;

I have a feeling there are going to be a fair number of Emmet users who end up completely ignoring the Snippet Keywords all together. After all, double clicking the Snippet is going to be faster than typing in long words needed to stay out of conflict with all of Emmet's abbreviations when hitting the Tab key.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 29, 2016 Nov 29, 2016

Copy link to clipboard

Copied

LATEST

I'm glad to see that Dreamweaver CC 2017 is using Emmet. However, there is one feature that I'm not able to figure out and maybe someone here can help.

I do a lot of list order and I made good use of emmet highlighting everything, using the keyboard command ctrl+shift+a and typing "ul>li*". This made my life much easier when doing list order.

How can this be accomplished in Dreamweaver CC 2017?

Thanks in advance for everyone's feedback

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines