Code view toolbar
The Code View toolbar provides you with easy access to many features that streamline the process of editing directly in the source code a web page or other file. The toolbar combines commonly-used commands from the Code View and IntelliSense submenus, which appear on the Edit menu, and other options.
Tip
Many features and commands you can use in the Code view of a page have keyboard shortcuts. For more information, see Keyboard shortcuts.
Code View toolbar buttons
The List Members, Parameter Info, and Complete Word buttons display IntelliSense shortcut menus to look up and insert code. The List Code Snippets button displays a shortcut menu to look up and insert code snippets. For more information, see Use IntelliSense and Insert a code snippet.
The Follow Code Hyperlink button goes to the destination of a hyperlink or code hyperlink. The Previous Code Hyperlink and Next Code Hyperlink buttons enable you to go back and forth in the history of hyperlinks you've followed. For more information, see Go to a hyperlink or bookmark (HTML anchor).
The Function Lookup box goes to and selects the code of the function you select from the drop-down box.
The Toggle Bookmark, Next Bookmark, Previous Bookmark, and Clear Bookmarks buttons add or remove temporary bookmarks in your code and navigate between those bookmarks. For more information, see Add a temporary bookmark to code.
The Select Tag, Find Matching Tag, Select Block, and Find Matching Brace buttons select a set of tags or braces and the content of those tags or braces, or find a matching tag or brace. For more information, see Select code.
The Insert Start Tag, Insert End Tag, and Insert Comment buttons insert a start tag, end tag, or code comment. For more information, see Insert tags and comments.
Options turns on or off various code viewing options. For more information, see Format code.