-
currently I need to move cursor to codelens line to Run. Is it possible to Run anywhere? just like in an IDE? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Mar 28, 2024
Replies: 1 comment
-
Hey 👋 There's currently no such feature.
It might be possible for me to add a command that runs the closest target to the cursor. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ssh352
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
There's currently no such feature.
:RustLsp runnables|debuggables|testables
, which will prompt you for a target,and
:RustLsp! runnables|debuggables|testables
will rerun the previous target, if one exists.Here is an example for a keymap I have set up that uses it.
It might be possible for me to add a command that runs the closest target to the cursor.
I've created an issue for it.