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 eclipse (java) you can start press F11 to debug a unit test from anywhere in the test function body, or when not in a test function, or main function, it just re-runs the previous debug (Shift-F11 to run).
For rust, I'm using neovim with rust-analyzer plugin. To start a test, I have to scroll to the line with the test function definition first. (VIM macros help, but still it's annoying).
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
-
Hi,
in eclipse (java) you can start press F11 to debug a unit test from anywhere in the test function body, or when not in a test function, or main function, it just re-runs the previous debug (Shift-F11 to run).
For rust, I'm using neovim with rust-analyzer plugin. To start a test, I have to scroll to the line with the test function definition first. (VIM macros help, but still it's annoying).
Could something like the above be implemented?
Beta Was this translation helpful? Give feedback.
All reactions