如果我在文件夹结构中编写测试,请说 测试/ COM / ABC / XYZ / MySQL的/部门/雇员/许可/ TestAdmin.java
是否有快捷方式在同一目录结构中创建资源文件。目前我必须单独创建所有文件夹。
资源/ COM / ABC / XYZ / MySQL的/部门/雇员/许可/ mydef.features
组合键或最快方式。像ctrl + shift + T在" test"中的相同目录路径中创建测试文件
答案 0 :(得分:0)
Unfortunately No :(
For tests, there is a specific intention named blue
red
green
yellow
blue
red
green
yellow
blue
red
(under Create Test
defined in IntelliJ by default which creates the test in the same folder and is bound to Ctrl+Shift+T, but there is no intention to create resources in the same manner.