如何从visual studio中删除行线?目前它看起来像这样:
---------try
-----------{
----------------liste_msg.Text = "File Uploded!";
----------------con.Close();
------------}
--------catch (Exception)
-----------{
----------------liste_msg.Text = "File cant uploaded.";
-----------}
答案 0 :(得分:13)
按 CTRL + R ,然后按 CTRL + W 切换它。
它也在Edit > Advanced > View White Space
的菜单栏下。