kstenschke / shifter-plugin

Intelligent string/code manipulation plugin for Jetbrains IDEs: Detects shiftable type of word/line/selection and manipulates it on keyboard shortcut
http://plugins.jetbrains.com/plugin/6149
Apache License 2.0
105 stars 13 forks source link

Quote shifting to backticks #31

Open Madd0g opened 7 years ago

Madd0g commented 7 years ago

Javascript recently gained support of template strings, and now supports three types of strings:

'single'
"double"
`backtick`

Since I've gotten used to shifting quotes with single/double and now find myself using backticks with JS a lot, I thought I would suggest adding a 3rd style.

I don't know if it's possible to save plugin settings somehow or only do this with JS documents, but it would be nice to be able to configure this.

Thanks