Where Am I? - VS Code extension

October 26, 2025 ยท View on GitHub

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

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

Configurations

KeyDescriptionTypeDefault
where-am-i.colorfulUse colorbooleantrue
where-am-i.colorThe color of status text. When not defined, a random color will be used based on the project name.string""
where-am-i.alignDefines The alignment of the label, requires restart of vscodestring"left"
where-am-i.alignPriorityDefines priority of the label. Higher values mean the label should be shown more to the left, requires restart of vscodenumber100000
where-am-i.textTransfromDefines project name text style inside templatestring"capitalize"
where-am-i.commandThe command to execute when clicking the status bar item.string"workbench.action.quickSwitchWindow"
where-am-i.iconCodicon idstring"folder-opened"
where-am-i.templateDefines template of project name placeholderstring"{icon} {project-name}"
where-am-i.projectSettingProject preferenceobject{}

Commands

CommandTitle
where-am-i.configWhere Am I: Config the name and color