- 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.
- 自己動手寫搜索引擎
- Drupal 8 Blueprints
- Learning Linux Binary Analysis
- Backbone.js Blueprints
- HTML5+CSS3網站設計基礎教程
- Flutter跨平臺開發入門與實戰
- Learning Unity 2D Game Development by Example
- Windows Phone 7.5:Building Location-aware Applications
- Mastering C++ Multithreading
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Unity 2017 Game AI Programming(Third Edition)
- 零基礎學C++(升級版)
- Mastering SciPy
- Python計算機視覺與深度學習實戰
- Java EE實用教程