今天写代码写的有点烦了,感觉天天写new String(); new HashMap<String,String>()等,感觉写烦了,有没有快速的方法了。就你输入syso然后按atl+/就会自己变成System.out.println();。我想了肯定是有的,于是在eclipse中找了找还真的有……自定义template
window---->preferences---->java---->editor--->templates

然后设置好了以后试试……

自定义template然后按atl+/

自定义template

 

不错,可以完成的……那把自己经常要写的长语句都配置上,这样可以少写好多代码,速度快效率高……

 

相关文章:

  • 2021-11-22
  • 2021-11-21
  • 2021-09-29
  • 2021-12-10
  • 2021-07-28
  • 2021-10-09
猜你喜欢
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-02-12
  • 2021-12-03
  • 2021-08-23
相关资源
相似解决方案