microsoft / vscode-powerquery

Visual Studio Code extension for Power Query / M.
MIT License
86 stars 16 forks source link

Add support for clipboard to text transformation commands #192

Closed jwelchMS closed 1 year ago

jwelchMS commented 1 year ago

Added a setting so the user can choose "clipboard" or "inPlace" as the target for text transformation. In place replaces the currently selected text (the original behavior) and clipboard performs the same text transformation, but stores the resulting text on the clipboard.