Java TestingPair Opener READMEThis is a VSCode-extension that opens JavaCode's TestingPair with a shortcutkey. FeaturesThis extension adds "Open Testing Pair" to your keyboard shortcuts. For example, if you open the class "com.example.demo.DemoRepository.java" at "src/main/java" in editor,
Conversely, if you open the test class and run it, the implementation class will be opened. VSCode Marketplacehttps://marketplace.visualstudio.com/items?itemName=gengen0719.java-testingpair-opener GitHub Repositoryhttps://github.com/gengen0719/java-testingpair-opener Requirementsnone. Release Notes1.0.0Initial release. 1.0.1
|