You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Intellij I often do: cmd+option+shift+c to copy the reference of a symbol, lets suppose we are in the package foo.bar and there is the following method (using python just as an example, should be independent and relying on the LSP):
def baz() -> None:
pass
When I move the cursor on baz and I do the command I get copied in my clipboard: foo.bar.baz.
Its possible to do the same in helix currently?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In Intellij I often do:
cmd+option+shift+c
to copy the reference of a symbol, lets suppose we are in the packagefoo.bar
and there is the following method (using python just as an example, should be independent and relying on the LSP):When I move the cursor on
baz
and I do the command I get copied in my clipboard:foo.bar.baz
.Its possible to do the same in helix currently?
Beta Was this translation helpful? Give feedback.
All reactions