- Mastering Visual Studio 2017
- Kunal Chowdhury
- 160字
- 2021-07-15 17:26:34
Structural guide lines
Visual Studio 2017 also focuses on a new feature called Structural guide lines. The Structural Guide Lines are drawn in the editor so that you can easily visualize the structure of the code that you are currently working on. When you mouse hover on the guideline, a tooltip containing the context of the current code block relative to its ancestor blocks is displayed. Here, in the following screenshot, you can see how the lines are drawn and how the tooltip is displayed with its ancestor blocks when you hover over the guide lines of the using block:

This feature is enabled by default. If you want to disable it, you can navigate to the Visual Studio options dialog at the path: Tools | Options | Text Editor | General, and uncheck the checkbox labelled Show structure guide lines.

To enable it again, follow the same path and check the same box, as shown in the preceding screenshot.
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- Mastering Zabbix(Second Edition)
- JavaScript修煉之道
- PHP 7底層設(shè)計與源碼實現(xiàn)
- PHP程序設(shè)計(慕課版)
- Mastering Entity Framework
- 快速念咒:MySQL入門指南與進階實戰(zhàn)
- Spring Boot Cookbook
- Java程序設(shè)計入門
- Learning Apache Cassandra
- Citrix XenServer企業(yè)運維實戰(zhàn)
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- Java程序設(shè)計教程
- 零基礎(chǔ)學(xué)Java第2版
- Learning Apache Thrift