Jump To Test should not ask for method name
Brought to you by:
gianasista
The "Jump To Text/Source" command (Ctrl+J) often shows a popup windows with a list to "destination methods" to jump to.
As in my case the cursor is almost always at the right position in the respective source/test file editor, the extra popup is disruptive.
Would it be possible to have a preference setting that disables the "destination metod" popup and jumps right to the editor as it is?
Hi Rüdiger,
That looks like a reasonable suggestion :-)
Going further, I'm wondering whether this wouldn't be a case for implementing the following feature of the IntelliJ plugin: "Jump to Last Opened Test"/"Jump to Last Opened Test Subject". The idea is to jump to the last test location (respectively test subject location) you were into before being in the current test subject (respectively current test).