mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #90] Cursor position after pasting a snippet #55
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itmammoth on GitHub (Jul 7, 2016).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/90
I have a snippet like below,
console.debug("");Any solution to set the cursor between
"|"after pasting a snippet?@Econa77 commented on GitHub (Jul 16, 2016):
@itmammoth Sorry. No solution now.
How do you want to set as to cursor position?
Something there any ideas?
@itmammoth commented on GitHub (Jul 16, 2016):
@Econa77 I think it's nice way to put a specific word at where you want the cursor to be.
console.debug(“%{cursor}”);@Econa77 commented on GitHub (Jul 16, 2016):
@itmammoth I see. It's a good idea.
I was thinking about the special word of the snippet.
I plan to support the cursor position, date and more in a future update.
Please wait for the update.
Thanks.
@itmammoth commented on GitHub (Jul 17, 2016):
Thanks!