Skip to content

Add Convert to Splat command#170

Merged
adamdriscoll merged 1 commit into
mainfrom
adamdriscoll-convert-to-splat-shortcut
Jul 21, 2026
Merged

Add Convert to Splat command#170
adamdriscoll merged 1 commit into
mainfrom
adamdriscoll-convert-to-splat-shortcut

Conversation

@adamdriscoll

Copy link
Copy Markdown
Member

The Convert to Splat refactoring was only available through the refactoring UI, which made it hard to assign directly to a custom keyboard shortcut. This exposes the existing refactoring as its own VS Code command so users can bind it from Keyboard Shortcuts or invoke it from the command palette.

The implementation registers poshProTools.convertToSplat alongside the existing refactoring commands and contributes it in the extension manifest without adding a default keybinding.

Fixes #148

Expose Convert to Splat as a dedicated VS Code command so users can assign custom keyboard shortcuts.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@adamdriscoll
adamdriscoll merged commit 9bd0f9f into main Jul 21, 2026
1 check passed
@adamdriscoll
adamdriscoll deleted the adamdriscoll-convert-to-splat-shortcut branch July 21, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Any way to assign the "Convert to Splat" Refactoring option to a custom keyboard shortcut?

1 participant