Reporter | Alexander Kurakin (Alexander.Kurakin) |
---|---|
Created | Aug 20, 2014 11:45:51 AM |
Updated | Apr 26, 2018 6:22:56 PM |
Resolved | Apr 26, 2018 6:20:49 PM |
Subsystem | Code Style - Formatter |
Assignee | Dmitry Osinovsky (Dmitry.Osinovsky) |
Priority | Critical |
State | Obsolete |
Type | Feature |
Fix version | Backlog |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
1] Do Resharper Formatting rules for HTML supersede formatting rules set in VSS? ( I have VS 2010)
2] Example of what I want to do:
2a) This is what results every time I reformat or save an HTML document:
" </asp:TableCell><asp:TableCell CssClass="TableCell_Col2">"
2b) This is what I want it to do:
" </asp:TableCell>
<asp:TableCell CssClass="TableCell_Col2">"
That is to say I want separate tags on separate lines.
I have looked through your "help" stuff. Obviously it is not helping me.
Can this be done?
Whatever I did in Visual Studio to break the tags onto separate lines gets undone when it reformats. So I am hoping to resolve this with ReSharper.
2] Example of what I want to do:
2a) This is what results every time I reformat or save an HTML document:
" </asp:TableCell><asp:TableCell CssClass="TableCell_Col2">"
2b) This is what I want it to do:
" </asp:TableCell>
<asp:TableCell CssClass="TableCell_Col2">"
That is to say I want separate tags on separate lines.
I have looked through your "help" stuff. Obviously it is not helping me.
Can this be done?
Whatever I did in Visual Studio to break the tags onto separate lines gets undone when it reformats. So I am hoping to resolve this with ReSharper.