Project
ReSharper
Priority
Critical
Type
Feature
Fix versions
7.0
State
Open
Assignee
Slava Tutushkin
Subsystem
Typing Assistance
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Janusz Skonieczny
    5 years ago (05 Aug 2006 01:12)
  • Updated by   Sergey Shkredov
    4 weeks ago (26 Apr 2012 16:54)
  • Jira: RSRP-4594
    (history, comments)
 
RSRP-4594 New line in strings constants introduces quotation marks
3
Issue is visible to: All Users
  The issue is visible to the selected user group only
Could R# introduce quotation marks when breaking log string constants with a new line?

So:
            string xml = "<ROOT><ConfigElement>VALUE</ConfigElement></ROOT>";

would result in:
	        string xml = "<ROOT>"
	            + "<ConfigElement>VALUE</ConfigElement></ROOT>";

instead of:
            string xml = "<ROOT>
                <ConfigElement>VALUE</ConfigElement></ROOT>";
Comments (6)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Valentin Kipiatkov
  Valentin Kipiatkov
07 Aug 2006 16:18
5 years ago
Re: #4594- New line in strings constants introduces quotation marks
Good suggestion. Actually IntelliJ IDEA does this.
Valentin Kipiatkov
  Valentin Kipiatkov
18 Oct 2006 15:31
5 years ago
Jura Gorohovsky
  Jura Gorohovsky
27 Nov 2010 02:04
17 months ago
Seems like this one should be closed as implemented by RSRP-30123
Objections anyone?
Sergey Gritcsenko
  Sergey Gritcsenko
29 Nov 2010 12:18
17 months ago
I think this feature have to be implemented. It's like automatic execution of context action. I don't think that this is very difficult.
Sergey Coox
  Sergey Coox
29 Nov 2010 16:53
17 months ago
the same applicable to VB and javascript
and .cshtml, and .vbhtml
and whatever you can imagine
Related Changes
Priority
NormalCritical
Type
ExceptionFeature
Fixed In version
<lost change>6.0 Beta
Assignee
Evgeny Pasynkov (pasynkov)Slava Tutushkin
Subsystem
<lost change><no Subsystem>
Slava Tutushkin
  Slava Tutushkin
29 Nov 2010 17:30
17 months ago
For C# it's ready, others will be done too.