-
Notifications
You must be signed in to change notification settings - Fork 36
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
Renames only a few letters of the closing tag.. #62
Comments
This happens to me all the time too @formulahendry |
same issue with JSX files |
Happens to me too, @iamdevlinph seems to be right. I can replicate it consistently by typing too fast. |
Is a fix planned? |
Same issue here, will try the slow typing thing next time. silently pushes this issue |
Most of the "typing fast breaks stuff" should be fixable using a debounced handler for text selection change events. I'll need to look into it anyway, as I'm about to fork this to try and fix a number of issues. |
Also experiencing this issue using
|
MacOS: 10.13.5
VSCode: 1.24.1
Auto-rename-tag version: 0.0.15
After updating VSCode, the extensions and also my mac, I get a weird behaviour when renaming my tags in my xml files.
When I rename a tag, the corresponding closing tag sometimes will be renamed too but without all letters I typed.
for example:
I have the tag
<myProduct>
, and I deleted the Product part, the closing tag resulted in</myPr>
, and so when I started to rename to<myAttribute>
, the closing tag didn't change.sorry for the bad explanation..
note that I have also installed the auto close tag extension
The text was updated successfully, but these errors were encountered: