Search all strings with single quotes with resharper 8

We have some coding standards that say we should use double quotes instead of single quotes for string literals in JavaScript. Since I have the habit of always printing single quotes, I was wondering if there was a way using resharper 8 so that I could either select all single quotes as an error using custom highlighting (I did this, but it didn’t get very far ) or configure the code cleanup tool to automatically replace single quotes with double quotes with clean quotes. If someone can help with this, it will be great!

+3
source share
1 answer

I think not now. I added the problem here http://youtrack.jetbrains.com/issue/RSRP-403138 , feel free to vote for it.

0
source

All Articles