user2530833
user2530833

Reputation: 1017

Hide ----- comment in visual Studio

I'm not sure what are this lines and I don't know what to search about this. I pressed something in visual studio and this lines showed up and I don't know how to remove it.

<asp:Panel ID="pnlManifestReport" runat="server">
----<rsweb:ReportViewer ID="rptManifestReport" runat="server" Font-Names="Verdana" 
--------Font-Size="8pt" InteractiveDeviceInfos="(Collection)" 
--------WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="912px">
--------<LocalReport ReportPath="rdlc\rptManifestReport.rdlc">
--------</LocalReport>
----</rsweb:ReportViewer>
</asp:Panel>

Upvotes: 3

Views: 172

Answers (1)

Tamil Selvan C
Tamil Selvan C

Reputation: 20199

Try

The menu option Edit / Advanced / View White Space or Ctrl-R/Ctrl-W will show spaces and tabs

Upvotes: 6

Related Questions