Skip to content

Editor Bar is a Visual Studio extension designed to enhance your coding experience. It displays the path of the current file along with the name of the current project, making it easier to manage files with the same name in different projects within a solution.

License

Notifications You must be signed in to change notification settings

jiripolasek/EditorBar

Repository files navigation

Editor Bar Icon

Editor Bar
for Visual Studio 2022

Visual Studio Marketplace Downloads Visual Studio Marketplace Rating Visual Studio Marketplace Version Static Badge

Introduction

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.

Drop-down menu

Breadcrumbs

Features

  • 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
  • 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:

Screenshots

Extension Screenshot Extension Screenshot Extension Options Screenshop

Licence

Apache 2.0

Author

Jiří Polášek

About

Editor Bar is a Visual Studio extension designed to enhance your coding experience. It displays the path of the current file along with the name of the current project, making it easier to manage files with the same name in different projects within a solution.

Topics

Resources

License

Stars

Watchers

Forks

Languages