devlooped / devlooped/dotnet-vs
Register extension with PowerToy Run
Nobody has claimed this yet.
- 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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
