如何使用此“启用实时模板”?

时间:2018-08-12 05:42:52

标签: intellij-idea

我想在Eclipse中像junit template method一样使用。
我在Intellij中搜索,终于创建了此设置。
enter image description here

我检查了Enable Live Templates个选项..但是...什么都没改变。
如何使用实时模板?
我发现错了吗?我只需要直接添加Live templates

1 个答案:

答案 0 :(得分:0)

简短的答案是,它允许您将实时模板(宏)嵌入到文件和代码模板中。

一个人为的例子是在单元测试方法模板中添加一个for循环。不必将for循环的速记写为for (int i; i < 10; i++) {},而是可以启用实时模板,并将for循环的速记写为fori

请参阅https://www.jetbrains.com/help/idea/using-live-templates.html

的完整文档