⑴ android studio怎么查看方法注释
android studio可以通过如下的方法查看方法注释。
1、把光标定位到想要查看注释的函数,如图:
⑵ android studio 怎么注释
第一种方式,进行注释一行的代码,在编辑中进行选中需要的代码的一行。
Android studio怎么注释掉代码
然后进行点击Android studio菜单中的“code”的选项菜单。
Android studio怎么注释掉代码
这样点击完code的选项就会弹出下拉菜单,进行选中“comment with line comment”的选项。
Android studio怎么注释掉代码
这样就在选中的代码中,就添加了双斜杠,这样代码就添加成功了,这样在双斜杠后面就可以进行添加注释。
Android studio怎么注释掉代码
第二种方式,进行选中需要添加整段代码的,或者进行添加一行代码即可。
Android studio怎么注释掉代码
然后进行点击Android studio中菜单中的code的选项,然后就会弹出了下拉菜单中选项进行选择“comment with block comment”的选项。
Android studio怎么注释掉代码
这样就会在编辑器中对整段代码进行添加的了注释的代码,然后在注释的代码中进行添加注释的信息。