formulahendry / vscode-auto-close-tag

Auto Close Tag for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
MIT License
179 stars 53 forks source link

Screws up other plugins #31

Open edge0703 opened 7 years ago

edge0703 commented 7 years ago

This plugin seems to have a major bug. Whenever I use Alt + Cmd + . to close a tag, all other plugins are screwed up and don't work anymore. This also goes for the native tooltip function in VS Code (that shows information about HTML tags), it also stops working after that.

formulahendry commented 7 years ago

Could you please list the impacted extension lists?

edge0703 commented 7 years ago

It's mostly https://marketplace.visualstudio.com/items?itemName=letrieu.expand-region. But like said, the native tag helper tooltips also don't work anymore after I tried to close a tag.

formulahendry commented 7 years ago

If you disable the expand-region, and try again, will native tag helper tooltips work?

edge0703 commented 7 years ago

Nope, expand-region doesn't seem to have to do anything with this bug. Disabled it, tried to close a tag with Alt + Cmd + ., and suddenly the tag helper tooltips didn't work anymore.

formulahendry commented 7 years ago

Tooltips like below? It works normally in my machine close-tag

edge0703 commented 7 years ago

Yes, those. Then it must have to do with another constellation of plugins. Will try to disable others and see if that helps - and will get back to you then. Thanks for your help.