sublime-text - eclipse中有没有类似于sublime text 中的code snippet功能?
怪我咯
怪我咯 2017-04-22 08:59:02
0
3
694

如题:
今天使用了sublime text中的code snippet功能,感觉非常的强大,可以自己扩展自己的规则
但是我是开发java的,一般使用ecplise比较多
PS:其实也考虑过使用sublime text开发java,但是某些功能还是ecplise比较方便,比较它是专门为java开发定制的

所以想请问一下eclipse中如何实现类似sublime text 中的code snippet功能,最好有详细的说明,或者是文章的链接

比如:我想打一个iter就可以直接生成
Iterator<E> it = obj.iterator();

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
Ty80

This should not exist, but you can customize the template in the settings and hit it to achieve the above functions

迷茫

You can try intellij idea, which has a live template function, which is snippet.

PHPzhong

You can see the java/template mentioned above by opening it and taking a look. I didn’t notice that it was already deleted. It seems that I can’t delete it on my mobile phone. This.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template