Status Bar WorkItem is a lightweight VSCode extension that allows you to display, edit, and copy a customizable text directly from the status bar.
This extension is meant to boost productivity by providing a quick way to visualize and copy a text from the status bar. It is particularly useful for developers who need to copy work item IDs, task names, or any other relevant information to paste it into commit messages, branch names, or other contexts frequently.
Features
Display a customizable text in the status bar.
Edit the text from the status bar (setting on) or command.
Copy the text to the clipboard with a single click.
Configure text color, and more through settings.
Configuration
This extension provides the following settings:
statusBarWorkItem.showIcon: Show or hide the icon to edit in the status bar.
statusBarWorkItem.textColor: Customize the text color in the status bar.
statusBarWorkItem.copyOnlyText: Copy only the text, excluding emojis.
Commands
Edit WorkItem Text: Edit the text displayed in the status bar.
Copy WorkItem Text: Copy the text to the clipboard.
Change Text Color: Change the color of the text.
Open Extension Settings: Quickly access the extension settings.