formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
MIT License
258 stars 36 forks source link

Extension freezes editor. #466

Open itzmanish opened 5 years ago

itzmanish commented 5 years ago

See what exact happens when i load react file. https://github.com/microsoft/vscode/issues/77636

danawoodman commented 5 years ago

Same issue for me. Took me a while to track it down but for me I had a string that had an HTML tag in it and the extension froze the editor. It seems to happen on large HTML files especially when the line length is somewhat long

itzmanish commented 5 years ago

Same issue for me. Took me a while to track it down but for me I had a string that had an HTML tag in it and the extension froze the editor. It seems to happen on large HTML files especially when the line length is somewhat long

Yes, exactly. This seem only problem when a large file is loaded. However for now i stopped using this extension.

ozguncagri commented 5 years ago

Same issue but it occurs on even small react components. Problem is probably not related with the lines of code.