-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Tabbing after a PHP variable turns the var into <1var></var> #4588
Comments
It's the emmet completion |
But emmet should not trigger inside |
This appears to be standard emmet expansion behaviour, reproduced in other emmet integrations like sublime. It would help to give users control to not bind emmet expand abbreviation to the TAB key. |
Added a setting to disable emmet triggering on Tab |
With the new Emmet improvements in VS Code 1.15, this is no longer a problem Tab will no longer trigger Emmet, instead Emmet abbreviations will show up in suggestion/auto-completion list. In this particular case, emmet will not provide any suggestions either Please read more on what else is new at Emmet 2.0 @felixfbecker About triggering emmet only outside |
Steps to Reproduce:
Super frustrating as I often tab after variable names for ease of reading (when there are a list of variables)
The text was updated successfully, but these errors were encountered: