Focus on definition popover with cursor and copy type #27182
AvidDabbler
started this conversation in
Ideas From Vim
Replies: 1 comment
-
I opened this topic before finding this: #29708 Here is a screenshot of Lazyvim showing a simple use case where you can select text in the popover |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Coming from Nvim one of my favorite features was not having to reach for my mouse when i just wanted to copy a return type from a type popover.
I was able to and and it would focus my cursor in the modal itself. From there I could tab over to what I wanted highlight and copy the type and paste it.
I use sqlc in Golang a lot and this is a really helpful workflow if you are building models with long type names for the return statements.
I'm sure that It might be hard to be able to focus on the popover itself, but if I could copy to the type and return type that would be amazing.
Beta Was this translation helpful? Give feedback.
All reactions