Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想自定义 JUnit Test 类模板,但是在设置中的任何地方都找不到它。 这个人也有同样的问题。我在文件模板或实时模板中找不到任何内容。我正在使用 Intellij 11。
现在在最新的 IntelliJ IDEA / Android Studio 中解决了这个问题。去:
Settings -Editor -File and Code Templates -Code (tab) -JUnit4 Test Class
在右侧窗口中编辑代码。
CrazyCoder 提供的链接表明这不是直接可能的,但我需要将 if 语句添加到 Class File Type 模板。我可能会使用一个大的 if-else 将模板一分为二。