Shortcut to switch between .go file and _test.go file
Answered
just like .header/source files switching in CLion
Does GoLand provide switching between source and test file?
Thanks!
Please sign in to leave a comment.
Hi,
You can use Go To | Test shortcut to navigate between the main and test file easily.
As another option, please, pay attention to Rerun tests automatically action.
I hope it helps.