You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using autocomplete with only this extension enabled eliminates the last quote of an HTML attribute.
Bug Type
What does this bug affect
Angular Language Service VSCode extension
Angular Language Service server
Reproduction
Steps to reproduce the behavior:
Open an HTML file with some tags in it, for example <ul></ul>
Inside the beginning tag after ul, type a space then type class=
It will automatically enter two double quotes after the equal sign and the cursor will be in the middle of the two.
Type in one more character like d then use the up/down arrow keys to select an autocompletion suggestion, then press [tab] to accept the autocompletion.
Many times, but not always the output will be <ul class="dropdown></ul> without an ending double quote character for the attribute.
If you disable this extension it always results in this <ul class="dropdown"></ul> with the double quote at then end.
Expected behavior
It should not delete the last double quote.
Logs
Log file gives us deep insight into the behavior and performance of the extension. If the issue is a performance
problem or an error occured, please provide the output of the log file below.
Set Angular Log level to verbose.
Screenshots
If applicable, add screenshots to help explain your problem.
🐞 bug report
Is this a regression?
Not sure
Description
Using autocomplete with only this extension enabled eliminates the last quote of an HTML attribute.Bug Type
What does this bug affect
Reproduction
Steps to reproduce the behavior:
<ul></ul>
class=
d
then use the up/down arrow keys to select an autocompletion suggestion, then press[tab]
to accept the autocompletion.Many times, but not always the output will be
<ul class="dropdown></ul>
without an ending double quote character for the attribute.If you disable this extension it always results in this
<ul class="dropdown"></ul>
with the double quote at then end.Expected behavior
It should not delete the last double quote.
Logs
Log file gives us deep insight into the behavior and performance of the extension. If the issue is a performance
problem or an error occured, please provide the output of the log file below.
Set Angular Log level to verbose.
Screenshots
If applicable, add screenshots to help explain your problem.
🌍 Your Environment
Angular Version:
Extension Version:
VSCode Version:
Operating System:
Extension options:
Anything else relevant?
The text was updated successfully, but these errors were encountered: