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
VS Code actually doesn't automatically insert the closing angle bracket because in many languages < is used as a "less than" operator and thus creating <> when you type < isn't what you'd want. I agree that it's a bit clunky to type <> then move the cursor back to the middle then press space but that's how it is. I could look into implementing the closing of the angle bracket if you'd like, but I don't think it'll happen properly until this issue is resolved, as automatic closing of the angle bracket is not something you'd want by default in a language like Python for example.
Hello! Thank you for the wonderful plugin, however, I am having issues with it
not inserting the closing angled bracket. The rest of them work fine.
The text was updated successfully, but these errors were encountered: