How to implement a 'generate getter/setter' for a Java Class in emacs?

后端 未结 4 783
别跟我提以往
别跟我提以往 2021-02-07 10:27

Sometimes I miss the laziness of using an IDE that let me just write the attribute of a Java class and then let the IDE generate the required getter/setter.

Can Emacs do

4条回答
  •  执笔经年
    2021-02-07 10:56

    This site shows with elisp that can be pasted into your .emacs, how to generate getter and setter methods.

    JDEE has the capability along with a lots more built in to itself.

提交回复
热议问题