本文介绍了Eclipse:更改ctrl + shift + /的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
键盘快捷键 + + 生成以下格式的注释:
/ * comment * /
更改快捷方式,以便在星号前后添加一个空格?
/ * comment * /
非常感谢!
解决方案
对于格式化值,您应该尝试以下事情。
+ +
希望这将有助于您。
The keyboard shortcut ++ produces comments in the format of:
/*comment*/
How can I change the shortcut so that it adds a space before and after the asterisk?
/* comment */
Many thanks!
解决方案
For formatting the values you should try following thing.
++
Hope this will help you.
这篇关于Eclipse:更改ctrl + shift + /的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!