Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project Name in StatusBarNew to Visual Studio Code? Get it now.
Project Name in StatusBar

Project Name in StatusBar

mujichOk

|
4,930 installs
| (8) | Free
Simply adds project name in StatusBar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-project-name-in-statusbar

Simply adds project name in status bar. Also provides few options for label template and it's alignment in status bar.

Preview

StatusBar

options

    "projectNameInStatusBar.source": {
        "type": "string",
        "enum": [
            "none",
            "folderName"
        ],
        "default": "folderName",
        "description": "Defines way of getting project name"
    },
    "projectNameInStatusBar.align": {
        "type": "string",
        "enum": [
            "left",
            "right"
        ],
        "default": "right",
        "description": "Defines The alignment of the label, requires restart of vscode"
    },
    "projectNameInStatusBar.alignPriority": {
        "type": "number",
        "default": 0,
        "description": "Defines priority of the label. Higher values mean the label should be shown more to the left, requires restart of vscode"
    },
    "projectNameInStatusBar.textStyle": {
        "type": "string",
        "enum": [
            "none",
            "uppercase",
            "lowercase"
        ],
        "default": "none",
        "description": "Defines project name text style inside template"
    },
    "projectNameInStatusBar.template": {
        "type": "string",
        "default": "$(file-submodule) ${project-name}",
        "description": "Defines template of project name placeholder, you can use octicons to decorate your view"
    }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft