-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P4contributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)devexp-quick-fixIssues with analysis server (quick) fixesIssues with analysis server (quick) fixeslegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
The assist Convert to single/double quoted string is not available for some cases that could be handled. Moreover the convertion should remove backslashes when they are useless.
Here's what should works for Convert to double quoted string:
'it\'s'->"it's"(currently convert to"it\'s")'it"s'->"it\"s"(currently no assist suggested)
FMorschel
Metadata
Metadata
Assignees
Labels
P4contributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)devexp-quick-fixIssues with analysis server (quick) fixesIssues with analysis server (quick) fixeslegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug