Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

File metadata and controls

17 lines (12 loc) · 628 Bytes

JavaSetterGetter

Sublime Text plugin that generates getters and setters for your class' properties like other modern IDE's do.

The package by default installs a menu entry in the Tools menu, under Java. It also comes bound to the Ctrl+K then Ctrl+J key combination sequence.

How to make it work:

  • Select the properties from your class from which you want to generate getters and setters.
  • Go to Tools->Java->Java Setter Getter (or hit the Ctrl+K then Ctrl+J sequence)
  • Your getters and setters should be ready to go.

Note for Mac users: On OSX your default key combination is Command+K then Command+J.