Skip to content
@CodingWithCalvin

Coding With Calvin

This organization exists to contain the open source projects of Calvin Allen.
Typing SVG

Website Calvin Allen


👋 About

This organization is home to the open source projects of Calvin Allen, focused on developer tooling and IDE extensibility. Here you'll find Visual Studio extensions, MSBuild SDKs, GitHub Actions, and more.


📦 Projects

Project Description Stars
🧰 Developer Tools
dtvem Cross-platform runtime version manager (Node, Python, Ruby) Stars
🏃 rnr Cross-platform task runner with zero-setup execution Stars
🖥️ VSToolbox System tray app for managing multiple VS installations Stars
🔍 VSCWhere Locate VS Code installations on Windows (vswhere for VS Code) Stars
📦 SDKs & Libraries
📦 VsixSdk Modern MSBuild SDK for VSIX development Stars
📊 Otel4Vsix OpenTelemetry support for VS extensions Stars
🔌 Visual Studio Extensions
📋 VS-VsixManifestDesigner Modern visual designer for VSIX manifest files Stars
🔄 VS-ProjectRenamifier Safe, comprehensive project renaming Stars
🌿 VS-GitRanger Git management with theme-adaptive visuals Stars
🗄️ VS-CouchbaseExplorer Couchbase & Capella data management in VS Stars
🧹 VS-SuperClean Recursively clean bin/obj folders Stars
📝 VS-OpenInNotepadPlusPlus Open files in Notepad++ from VS Stars
🔔 VS-BreakpointNotifier Get alerted when breakpoints hit Stars
📂 VS-OpenBinFolder Quick access to output directory Stars
🔬 VS-Debugalizers Debug visualizers with syntax highlighting for common data types Stars
🤖 VS-MCPServer Model Context Protocol server for AI assistant integration Stars
🎯 VS-LaunchyBar Activity Bar for Visual Studio - quick access toolbar with icons Stars
🔵 VS Code Extensions
🤖 VSC-MCPServer Model Context Protocol server for AI assistant integration Stars
📋 VSC-VsixManifestDesigner Visual editor for VS Code extension manifests Stars
⚙️ GitHub Actions
🚀 GHA-VSMarketplacePublisher Publish extensions to the VS Marketplace Stars
🚀 GHA-JBMarketplacePublisher Publish plugins to the JetBrains Marketplace Stars
🌐 Websites & Documentation
🌐 codingwithcalvin.net Blog and website built with Astro Stars
📖 vsix.guide Comprehensive VS extension development documentation Stars
📖 dtvem.io Documentation website for dtvem Stars
📖 rnrcli.io Documentation website for rnr Stars

📫 Connect

Blog Bluesky X LinkedIn Buy Me A Coffee

Popular repositories Loading

  1. VsixSdk VsixSdk Public

    An MSBuild SDK for building Visual Studio extensions (VSIX) using modern SDK-style projects.

    C# 21

  2. VS-OpenInNotepadPlusPlus VS-OpenInNotepadPlusPlus Public

    A Visual Studio extension that adds a right-click context menu command that allows you to open the solution file, project file, or file in Notepad++.

    C# 13 1

  3. VS-ProjectRenamifier VS-ProjectRenamifier Public

    A Visual Studio extension that allows you to safely - and COMPLETELY - rename a Project from within Visual Studio! This includes the filename, parent folder name (if it matches), and the namespace …

    C# 11 1

  4. VS-MCPServer VS-MCPServer Public

    VS MCP Server exposes Visual Studio features through the Model Context Protocol (MCP), enabling AI assistants like Claude to interact with your IDE programmatically. Open files, read code, build pr…

    C# 7 1

  5. VS-OpenBinFolder VS-OpenBinFolder Public

    A Visual Studio extension that adds a right-click context menu command that allows you to open the project's output directory (i.e, the "bin" folder) in Windows File Explorer.

    C# 6

  6. GHA-VSMarketplacePublisher GHA-VSMarketplacePublisher Public

    GitHub Action to publish extensions to the Visual Studio Marketplace

    TypeScript 5

Repositories

Showing 10 of 35 repositories
  • codingwithcalvin.net Public

    This repo contains the code for the codingwithcalvin.net website. It is built using Astro and is deployed to Cloudflare Workers on push to main.

    CodingWithCalvin/codingwithcalvin.net’s past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Feb 5, 2026
  • vsix.guide Public

    Comprehensive documentation for Visual Studio extension development.

    CodingWithCalvin/vsix.guide’s past year of commit activity
    MDX 0 0 102 0 Updated Feb 4, 2026
  • .github Public

    Organization-wide community health files and shared configurations

    CodingWithCalvin/.github’s past year of commit activity
    PowerShell 0 0 0 0 Updated Feb 4, 2026
  • VS-LaunchyBar Public

    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!

    CodingWithCalvin/VS-LaunchyBar’s past year of commit activity
    C# 1 MIT 0 0 0 Updated Feb 4, 2026
  • VSC-VsixManifestDesigner Public

    Editing VS Code extension manifests (package.json) can be tedious. With complex contribution points, activation events, and configuration schemas, it's easy to make mistakes or forget required fields. VSIX Manifest Designer provides a visual interface to edit these files with confidence!

    CodingWithCalvin/VSC-VsixManifestDesigner’s past year of commit activity
    Svelte 0 MIT 0 2 0 Updated Feb 4, 2026
  • dtvem.cli Public

    Developer Tools Virtual Environment Manager (DTVEM) is a cross-platform virtual environment manager for multiple developer tools, written in Go, with first-class support for Windows, MacOS, and Linux - right out of the box.

    CodingWithCalvin/dtvem.cli’s past year of commit activity
    Go 5 MIT 0 26 (4 issues need help) 0 Updated Feb 4, 2026
  • VS-ProjectRenamifier Public

    A Visual Studio extension that allows you to safely - and COMPLETELY - rename a Project from within Visual Studio! This includes the filename, parent folder name (if it matches), and the namespace (includes changing the namespace in files that use it), plus fixing the path/filename of the project in the Solution file and all referencing projects.

    CodingWithCalvin/VS-ProjectRenamifier’s past year of commit activity
    C# 11 MIT 1 4 0 Updated Feb 3, 2026
  • VS-OpenInNotepadPlusPlus Public

    A Visual Studio extension that adds a right-click context menu command that allows you to open the solution file, project file, or file in Notepad++.

    CodingWithCalvin/VS-OpenInNotepadPlusPlus’s past year of commit activity
    C# 13 MIT 1 0 0 Updated Jan 31, 2026
  • VS-VsixManifestDesigner Public

    The built-in VSIX manifest designer in Visual Studio is old, outdated, and rather ugly. VSIX Manifest Designer is a modern replacement with a clean, intuitive UI that feels right at home in Visual Studio 2022!

    CodingWithCalvin/VS-VsixManifestDesigner’s past year of commit activity
    C# 2 MIT 0 0 0 Updated Jan 30, 2026
  • VS-SuperClean Public

    A Visual Studio extension that adds a right-click context menu command to the Solution node, and Project node, that allows you to recursively delete (i.e., clean) the selected project's bin & obj folders, or all projects in the solution.

    CodingWithCalvin/VS-SuperClean’s past year of commit activity
    C# 5 MIT 0 0 0 Updated Jan 30, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…