在Android Studio中是否有一个自动生成给定类中的getter和setter的快捷方式?


当前回答

将光标定位到变量下面->右键单击-> Generate -> Getter和Setter ->选择变量进行get和set

or

Alt + Insert -> Getter和Setter ->选择变量

其他回答

以防有人使用Eclipse

Windows 8.1操作系统| Eclipse Idle Luna

声明顶级变量私有字符串用户名Eclipse在屏幕左侧生成一个警告,单击该警告,会显示一些建议,然后选择generate。

右键单击编辑器,然后选择源->生成getter和setter或按Alt + Shift + S

Android Studio和Windows:

FN + 选项 + 插入

另一种有趣的方式

在对象定义之后的任何地方输入参数名称,你会看到setter和getter,只需选择并单击enter:)

我尝试使用Android Studio 2.3

创建变量 右击 选择“生成”,然后选择“Getter和Setter”选项