Editor Bar is a Visual Studio 2022 extension designed to simplify your coding workflow by providing clear and intuitive breadcrumbs for effortless navigation.
The extension displays the current file path and project name, enabling quick identification of files with similar or identical names (like launchSettings.json
in every project or /Pages/Users/Edit.razor
vs /Pages/Roles/Edit.razor
).
In supported files, it also displays breadcrumbs for symbols or nodes up to the cursor position. This works for C# and VB.NET files, as well as nodes in XML documents. Additional formats will be supported in future updates.
-
Breadcrumb Navigation
- Highlights key elements of the file location and for supported files a breadcrumb trail of the current file node or symbol up to the cursor position:
- Solution and solution folders
- Project
- Project folders
- Parent folder name
- File name
- File structure (types, members, nodes, ...)
- C#
- VB.NET
- XML
- Highlights key elements of the file location and for supported files a breadcrumb trail of the current file node or symbol up to the cursor position:
-
Quick Actions
- Copy full or relative file path to Clipboard.
- Open file in an custom or default external editor.
- Open file location in Windows Explorer.
- Locate the item in Solution Explorer.
- Switch active target framework for IntelliSense (in multi-targeting projects).
-
Customizable Options
- Select what to display in the breadcrumbs bar.
- Adjust size, colors, and quick-actions to suit your preferences.
-
Seamless Control:
- Toggle the Editor Bar on and off using a toolbar icon or a keyboard shortcut.
-
Additional Features:
- See complete changelog for more details.
Apache 2.0