Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Where Am I?New to Visual Studio Code? Get it now.
Where Am I?

Where Am I?

Anthony Fu

|
20,494 installs
| (3) | Free
Identify your current working folder in status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Where Am I? - VS Code extension

Don't get lost even you have multiple VS Code opened.

Modified base on maliarov/vscode-project-name-in-statusbar.

Configurations

Key Description Type Default
where-am-i.colorful Use color boolean true
where-am-i.color The color of status text. When not defined, a random color will be used based on the project name. string ""
where-am-i.align Defines The alignment of the label, requires restart of vscode string "left"
where-am-i.alignPriority Defines priority of the label. Higher values mean the label should be shown more to the left, requires restart of vscode number 100000
where-am-i.textTransfrom Defines project name text style inside template string "capitalize"
where-am-i.command The command to execute when clicking the status bar item. string "workbench.action.quickSwitchWindow"
where-am-i.icon Codicon id string "folder-opened"
where-am-i.template Defines template of project name placeholder string "{icon} {project-name}"
where-am-i.projectSetting Project preference object {}

Commands

Command Title
where-am-i.config Where Am I: Config the name and color
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft