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!
source
share