Paste texts to predetermined place.
While I'm reading code and encounter the code which I can not understand how it works.
What I should do in such situation is try that code and see how it works.
This package improve your repetitive copy and paste workflow into one step.
try:paste
command.try
buffer by default.try
buffer.try
buffer is merely simple file, not special scratch buffer.try:paste
: paste to try file.try:open-file
: open try file by reading extension from user interactively.Select text in editor then
try:paste
via command palette or keymap.No keymap by default.
e.g.
F10
'atom-text-editor:not([mini])':'f10': 'try:paste'
'atom-text-editor.vim-mode-plus.normal-mode':'space T': 'try:open-file''T': 'try:paste''atom-text-editor.vim-mode.visual-mode':'T': 'try:paste'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.