Files
PowerToys/src/modules/cmdpal/extensionsdk
Chris Guzak 63b13d219c fix bad link in cmdpal sdk README.md (#40144)
## Summary of the Pull Request

found this bad link, fixing it to help others

## Validation Steps Performed

Used markdown preview in VSCode, clicked the link, it works!
2025-06-20 05:58:06 -05:00
..

Command Palette Extension Toolkit

The C# toolkit for building your own extension for the Command Palette.

The quickest way to get started building an extension is to install the Command Palette, and use the "Create a new extension" command. That will set up a project for you, with the packaging, dependencies, and basic program structure ready to go.

To view the full docs, you can head over to our docs site

There are samples of just about everything you can do in the samples project. Head over there to see basic usage of the APIs.