add smart paste to go comment #3554
Labels
FeatureRequest
HelpWanted
Issues that are not prioritized by the maintainers. Help is requested from community contributors.
Milestone
From anonymous response to the IDE user survey:
Indenting the pasted text will prevent the go formatter from messing up the copied block.
Indenting every line manually can be tedious. It will be nice if the extension offers a smart paste command. (credit: @aclements)
The command reads the content in the clipboard
https://code.visualstudio.com/api/references/vscode-api#Clipboard
and write indented text to the editor.
The text was updated successfully, but these errors were encountered: