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

Tab snippet for generating html tag is slow at first time #17220

Closed
ardeshirvalipoor opened this issue Dec 15, 2016 · 4 comments
Closed

Tab snippet for generating html tag is slow at first time #17220

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

Comments

@ardeshirvalipoor
Copy link

  • VSCode Version: Code 1.8.0 (3874693, 2016-12-13T17:45:32.595Z)
  • OS Version: Windows_NT ia32 10.0.14393
  • Extensions:
Extension Author Version
Bookmarks alefragnani 0.10.1
vscode-console-wrapper fabiodam 0.4.0
vscode-todo MattiasPernhult 0.8.0
cpptools ms-vscode 0.9.3
typescript-javascript-grammar ms-vscode 0.0.12

Steps to Reproduce:

  1. Open VSCode
  2. Create new Html file.
  3. Type div
  4. Press Tab
@ramya-rao-a
Copy link
Contributor

This is due to the lazy load we do for emmet the cost of which is borne by the first use of emmet.
Will keep this issue open to investigate if we can do anything better before closing as "by design"

@ramya-rao-a ramya-rao-a added the emmet Emmet related issues label Dec 15, 2016
@ardeshirvalipoor
Copy link
Author

Thanks!

@ramya-rao-a
Copy link
Contributor

There was an older issue for the same, so will close this one in favor of #6816

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

#21943 looks into having emmet features come from an extension rather than the tightly coupled in built way it is integrated today.

Closing this issue as the work done in #21943 will have a better user experience.

If #21943 doesn't pan out, then we will get back to see if there is something we can do to improve the first time experience.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 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

2 participants