This is simple plugin that attempts to recreate the "Paste and Indent" feature in Sublime Text.
Provides a command pallete item named "Paste and Indent" that will attempt to properly paste code if you are indented at the same indent level. It removes the prefix on block-selected code text that exists in the clipboard and attempts to remove the prefix and paste it in at the indent level.
It is multi-select safe.
There are no keybindings set, but you can set them yourself. I find that better since it's so easy to create conflicts. I like "cmd+shift+v" myself.
None
None
Caveats: It does not do anything smart about the content or reconciling the indentation with the current file.
It will only paste into whitespace only lines. It should probably paste normally on non-blank lines.
Users appreciate release notes as you update your extension.
Initial release of paste-and-indent