android studio 的部分设置

1.android studio 如何提示方法的用法

在 Eclipse中鼠标放上去就可以提示方法的用法,实际上Android Studio也可以设置的。如图 Preferences > Editor >Generan> Show doc on mouse move:勾选上

2.android studio javadoc注释快捷键设置

 File -> Settings -> Keymap,搜索 fix doc comment,设置快捷键。我设置为ctrl+alt+j

3.设置智能提示不区分大小写

Preferences >Editor>general>CodeCompletion>case senstive completion ----none

4.设置注释模版

Preferences>File and Code Templates>Templates>Class

 

原文地址:https://www.cnblogs.com/dongweiq/p/4704211.html