-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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 slow in large files #45747
Comments
In your video, The slowness of emmet in large files is being tracked in #43470 |
In my video, i recorded only slowness
|
Can you share a video that shows |
http://take.ms/wIbDE you can see this bug also in this issue #38493 |
Will close this issue in favor of #43470 |
@SaniJasi This is fixed with 91416ff and the fix will be available in tomorrow's Insiders build. Note to verifier:
|
Great news! Thank you |
I have a project on Shopify. And for developing I use files like this
styles.scss.liquid
.And emmet working bad...
For example, I want to create
font-size: 20px;
I use
fz20
and press tab, but emmet generatesfont-size: 2px;
but i needfont-size: 20px;
And emmet working slow, please look this video: http://take.ms/kxnE
Steps to Reproduce:
scss, sass, less, css
)Does this issue occur when all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: