Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-288055: Code Clean-up - Automatically close asp.net/html/xml/xaml tags when not used

$
0
0
Reporter Glenn Morton (glennmorton) Glenn Morton (glennmorton)
Created Jan 28, 2012 2:00:14 PM
Updated Jan 28, 2012 2:01:36 PM
Priority Normal
Type Feature
Fix versions No Fix versions
State Submitted
Assignee Evgeny Pasynkov (pasynkov)
Subsystem Code Cleanup
Affected versions No Affected versions
Fixed in build No Fixed in build
Hi,

Please create a code clean up option to automatically close asp.net/html/xml/xaml tags that have a separate closing tag where there is no need for it.

An example would be:

<telerik:GridCheckBoxColumn DataField="Active" DataType="System.Boolean" HeaderText="Active" ReadOnly="True"
SortExpression="Active" UniqueName="Active" AllowFiltering="false"></telerik:GridCheckBoxColumn>

When it should be:

<telerik:GridCheckBoxColumn DataField="Active" DataType="System.Boolean" HeaderText="Active" ReadOnly="True"
SortExpression="Active" UniqueName="Active" AllowFiltering="false" />

This will save me a lot of time wasted cleaning up ugly/excessive code.


Thanks,
Glenn

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>