Skip to content
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

Angled bracket completion not working #2

Closed
neet-h-patel opened this issue Dec 9, 2017 · 2 comments
Closed

Angled bracket completion not working #2

neet-h-patel opened this issue Dec 9, 2017 · 2 comments
Labels

Comments

@neet-h-patel
Copy link

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.

@AiryShift
Copy link
Owner

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.

@neet-h-patel
Copy link
Author

I see. No problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants