ArticleDirectory
- Visual Studio IDE environment
Visual Studio IDE environment
1.Custom tools
VS has integrated a variety of development tools. However, due to different personal preferences, sometimes you still want to define some common external tools. For example, to add a notepad menu under tools, perform the following steps:
- First, find external tools in tools on the menu bar and click Add.
- Then, enter the parameters and path. Here, title is the name of the menu, command is the path of the executable file, arguments and initial directory select target directory.
- Save and test the effect. At this time, the "Notepad" item is included in the Tools menu. After clicking it, you can open notepad normally.Program.
2.Forward/Quick navigation
You can use the navigate Backword in the menu bar to quickly jump the cursor to the original position. If you want to move back to multiple historical records at a time, you can select from the drop-down menu.
3.Document outlineWindow
Place the cursor on the HTML page and open the window in View> other Windows> document outline.
During web development, we sometimes want to conveniently view the tree-level relationship of HTML pages. The document outline tool window meets this requirement. In addition, this window supports quick addition of event programs to controls on HTML pages.