Eclipse 代码快捷键模板(一)

时间:2024-03-31 14:03:20

话不多说,自行google。

设置快捷键,打开eclipse,依次打开:Window -> Preferences -> General -> Key。

设置代码快捷键,打卡eclipse,依次打开:Window -> Preferences -> Java -> Editor -> Template。

这里可以自己定义一些快捷代码设置,例如,我这里设置 psfs,在Template中,那么,在代码中我输入psfs后,快捷Alte + / 就会出来我自己定义代码。

Eclipse 代码快捷键模板(一)

Eclipse 代码快捷键模板(一)

Eclipse 代码快捷键模板(一)

其他快捷键具体请参考一位博主:

https://www.cnblogs.com/mq0036/p/4995390.html

相关文章