Add this. to member variables/methods in IntelliJ Idea

前端 未结 4 1540
死守一世寂寞
死守一世寂寞 2021-01-01 12:46

Is there a way in IntelliJ Idea to force this. to be automatically placed into code on a format or save or at the very least show an error if it should be in there?

4条回答
  •  攒了一身酷
    2021-01-01 12:57

    In new versions of IntelliJ when committing code or selecting a warning you can choose the option Cleanup, which will add this. to the member variables in your code.

提交回复
热议问题