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

Auto-close back-tick #1802

Closed
trstringer opened this issue Jan 5, 2016 · 1 comment
Closed

Auto-close back-tick #1802

trstringer opened this issue Jan 5, 2016 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality typescript Typescript support issues
Milestone

Comments

@trstringer
Copy link
Contributor

In VS Code, currently when you type an opening single or double quote, the IDE will auto-close the string. I.e.

// type single quote, closing quote auto-filled
'<cursor_here>'

// type double quote, closing quote auto-filled
"<cursor_here>"

// type back-tick (es6 template string), no auto-filled closing back-tick
`<cursor_here>

As you can see in the above sample (using <cursor_here> to indicate where the cursor is located after the char), the back-tick doesn't exhibit the same behavior as the single/double quotes.

This is a nice-to-have, as the template string should follow the same editor behavior as the single/double-quoted strings.

@felixfbecker
Copy link
Contributor

👍 backticks are so annoying to type

@joaomoreno joaomoreno added the feature-request Request for new features or functionality label Jan 6, 2016
@joaomoreno joaomoreno removed the feature-request Request for new features or functionality label Jan 6, 2016
@jrieken jrieken assigned dbaeumer and unassigned jrieken Jan 6, 2016
@dbaeumer dbaeumer added typescript Typescript support issues feature-request Request for new features or functionality labels Jan 7, 2016
@dbaeumer dbaeumer added this to the Jan 2016 milestone Jan 7, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

5 participants