devlooped / devlooped/dotnet-vs

Register extension with PowerToy Run

Open
#43 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
50
Forks
9
PR merge metrics
No merged PRs in 30d

Description

PowerToy Run is awesome and it's extensible.

We just need to copy a plugin to the %LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins folder.

The experience should involve typing vs[space] > [list vs versions ]. If you specify valid VS arguments (like vs ent +web for example, the plugin should run the vs where command with those switches and filter the list of VSes shown to those matching the criteria.

See C:\Program Files\PowerToys\modules\launcher to inspect how it's run, https://github.com/microsoft/PowerToys/tree/master/src/modules/launcher for the source of the built-in plugins.

Back this issue
Back this issue

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked PowerToys Run launcher source and its built-in plugins, then inspect how this repository exposes the vs command and vs where arguments. The work is complete when the plugin can be copied to the specified PowerToys Plugins folder, lists Visual Studio versions for vs, and filters them for valid arguments such as ent +web.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.