I’m working on a project where the convention is to name test classes TestSomething insteadof SomethingTest. Is it possible to configure Intellij to understand this convention? It would be really nice to be able to jump between test and implementation using Ctrl+Shift-T again!
I’m working on a project where the convention is to name test classes TestSomething
Share
Jump should work fine with any convention, IDEA is using
.*class_name.*pattern for this feature.