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

Windows: Emmet suggestions don't appear for snippets #32254

Closed
akabrainstorm opened this issue Aug 10, 2017 · 14 comments
Closed

Windows: Emmet suggestions don't appear for snippets #32254

akabrainstorm opened this issue Aug 10, 2017 · 14 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Milestone

Comments

@akabrainstorm
Copy link

akabrainstorm commented Aug 10, 2017

  • VSCode Version: 1.15.0
  • OS Version: Windows 10 Creators Update

After updating to new version (1.15) emmet doesn't work properly

Steps to Reproduce:
emmet

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the emmet Emmet related issues label Aug 10, 2017
@ramya-rao-a
Copy link
Contributor

@akabrainstorm Am not able to repro this. Can you share your settings?

We had seen something similar #31003 (comment) but that was fixed.

emmet

@ramya-rao-a ramya-rao-a added the info-needed Issue requires more information from poster label Aug 10, 2017
@kzhui125
Copy link

@ramya-rao-a
1.15.0 Win10 Code x64
all extensions disabled, all settings commented
emmet

If I type "l", I only get "lang"
my

but you get "label", "leg" and so on...
l

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Aug 11, 2017

@kzhui125 The label, leg etc are emmet snippets and show up when "emmet.showAbbreviationSuggestions" is set to true. Have you disabled this by any chance?

Do you see any errors in the console? Run Developer: Toggle Developer Tools to run the console

@kzhui125
Copy link

@ramya-rao-a the default "emmet.showAbbreviationSuggestions" setting is true
1
2

@ramya-rao-a
Copy link
Contributor

@kzhui125

I see your user settings is empty like you said, can you check the workspace settings has not disabled emmet.showAbbreviationSuggestion either?

Can you try disabling all extensions and seeing if that makes any changes? You can temporarily do this by running the command "Extensions: Disable all Installed Extensions".

@kzhui125
Copy link

@ramya-rao-a
emmet5

@akabrainstorm
Copy link
Author

akabrainstorm commented Aug 11, 2017

I have fresh (1.15.0) installation without any extension and any configuration

Also I noticed this problem only occur inside of closed tags:
emmettags

@akabrainstorm
Copy link
Author

@ramya-rao-a Please have a look

@ramya-rao-a
Copy link
Contributor

@akabrainstorm I tried your repro steps, but I still can't repro.

I will need a little more time to get to the bottom of this.

Until then, please try out Insiders build from http://code.visualstudio.com/insiders and set emmet.triggerExpansionOnTab to true

That brings back the feature of having tab expanding emmet abbreviations.

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Aug 13, 2017

I can repro!!!!!!

But only on my Windows machine and not my Mac.... this is super weird

@akabrainstorm @kzhui125 You both are on Windows as well?

@ramya-rao-a ramya-rao-a changed the title Emmet sometimes not trigger Windows: Emmet suggestions don't appear for snippets Aug 13, 2017
@ramya-rao-a
Copy link
Contributor

Fix is in master and should be available in Monday's Insiders.

@ramya-rao-a ramya-rao-a added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Aug 13, 2017
@ramya-rao-a ramya-rao-a added this to the August 2017 milestone Aug 13, 2017
@ramya-rao-a
Copy link
Contributor

@akabrainstorm @kzhui125 Can you try the latest insiders from https://code.visualstudio.com/insiders ?

The fix is in it.

@kzhui125
Copy link

kzhui125 commented Aug 14, 2017

@ramya-rao-a Yes, it's fixed in latest insiders (and in 1.15.1), thanks.

@roblourens
Copy link
Member

I can't repro in stable. But I also can't repro in insiders.

@roblourens roblourens added the verified Verification succeeded label Aug 31, 2017
@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
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants