We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce:
1.when write any html tag for example start with <div 2. and press tab to complete tag 3- create <<div></div> :-( expected <div> </div>
<<div></div>
<div> </div>
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
I can't repro...
Can you try again with extensions disabled to ensure none of the extensions are interfering? Run code --disable-extensions
code --disable-extensions
Sorry, something went wrong.
run code --disable-extensions in html document and in php document
Code.mkv.zip a screen cast show problem code.mkv
I can reproduce this in both 1.16.1 and 1.17-insiders.
Press < A Backspace A Enter in a HTML file.
Dont treat open tags as abbreviation microsoft/vscode#34906
c4ac175
Pull fixes for #33994 and #34906
5ae1dc4
Thanks @gladx and @yume-chan I can repro now.
Pushed a fix to not show emmet in completions when what is typed is an open tag
Note to verifiers
<html
<
Ctrl+Space
ramya-rao-a
No branches or pull requests
Steps to Reproduce:
1.when write any html tag for example start with <div
2. and press tab to complete tag
3- create
<<div></div>
:-( expected<div> </div>
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: