How to generate javadoc comments in Android Studio

前端 未结 16 2361
野的像风
野的像风 2020-12-04 10:01

Can I use shortcut keys in Android studio to generate javadoc comments?

If not, what is the easiest way to generate javadoc comments?

16条回答
  •  情书的邮戳
    2020-12-04 10:18

    You can use eclipse style of JavaDoc comment generation through "Fix doc comment". Open "Preference" -> "Keymap" and assign "Fix doc comment" action to a key that you want.

提交回复
热议问题