doc/devdocs/modules/advancedpaste.md
Public overview - Microsoft Learn
Advanced Paste is a PowerToys module that provides enhanced clipboard pasting with formatting options and additional functionality.
TODO: Add implementation details
The "Show preview" setting (ShowCustomPreview) controls whether AI-generated results are displayed in a preview window before pasting. The preview feature does not consume additional AI credits—the preview displays the same AI response that was already generated, cached locally from a single API call.
The implementation flow:
ExecutePasteFormatAsyncGeneratedResponsesSee the ExecutePasteFormatAsync(PasteFormat, PasteActionSource) method in OptionsViewModel.cs for the implementation.
TODO: Add debugging information
| Setting | Description |
|---|---|
ShowCustomPreview | When enabled, shows AI-generated results in a preview window before pasting. Does not affect AI credit consumption. |
TODO: Add potential future improvements