Skip to content

Commit 23e5327

Browse files
authored
feat(projects): add VS-LaunchyBar (#73)
1 parent d1eeb01 commit 23e5327

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

187 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "LaunchyBar"
3+
description: "A narrow icon launcher bar for Visual Studio, similar to VS Code's Activity Bar. Launch external programs, toggle tool windows, or execute commands with a single click."
4+
longDescription: "If you've used VS Code or JetBrains IDEs, you're probably familiar with the Activity Bar - a narrow vertical strip of icons that gives you quick access to common tools. LaunchyBar brings that same convenience to Visual Studio!"
5+
category: "vs-extension"
6+
repoUrl: "https://github.com/CodingWithCalvin/VS-LaunchyBar"
7+
techStack: ["C#", ".NET", "VSIX", "Visual Studio SDK", "WPF"]
8+
language: "C#"
9+
status: "active"
10+
startDate: "2026-01-31"
11+
marketplace:
12+
type: "vs-marketplace"
13+
url: "https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-LaunchyBar"
14+
---
15+
16+
LaunchyBar brings the beloved Activity Bar concept from VS Code and JetBrains IDEs to Visual Studio. It provides a narrow vertical strip of customizable icons for quick access to your most-used tools and commands.
17+
18+
## Features
19+
20+
- Quick access toolbar with customizable icons
21+
- Launch external programs with a single click
22+
- Toggle tool windows instantly
23+
- Execute Visual Studio commands
24+
- Familiar Activity Bar experience for VS Code users

0 commit comments

Comments
 (0)