Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emmet not working on multi-line editing #14652

Closed
sunlihao3000 opened this issue Oct 28, 2016 · 4 comments
Closed

Emmet not working on multi-line editing #14652

sunlihao3000 opened this issue Oct 28, 2016 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) emmet Emmet related issues

Comments

@sunlihao3000
Copy link

  • VSCode Version: Code 1.6.1 (9e4e44c, 2016-10-13T16:21:53.542Z)
  • OS Version: Windows_NT ia32 6.1.7601
  • Extensions: danwahlin.angular2-snippets-0.10.13, NoHomey.angular-io-code-0.0.6

Steps to Reproduce:

using "emmet" for edit html file, when I selected multi-lines. the emmet is not working.
for example, I select two lines and typing "h2", when I tap the "tab", I should have two h2 element (like

), but it's not. I only the two text "h2", not the html elements. which mean the Emmet plugin in not working in the multi-lines.
thanks

screenshot_9

@sunlihao3000
Copy link
Author

screenshot_9

@mjbvz mjbvz added the emmet Emmet related issues label Nov 12, 2016
@ramya-rao-a
Copy link
Contributor

Closing this as duplicate of #9571

@ramya-rao-a ramya-rao-a added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 11, 2017
@ramya-rao-a
Copy link
Contributor

@sunlihao3000

Set emmet.useNewEmmet to true (in the latest Insiders dated 6/1 or above and eventually in the stable release of 1.13 and higher) to get emmet abbreviation expansions in the suggestion list.
This will work in multi cursor too

For details on this setting read #1952 (comment)

@sunlihao3000
Copy link
Author

thanks, it work!!!

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) emmet Emmet related issues
Projects
None yet
Development

No branches or pull requests

4 participants