Skip to content

Sublime Text plugin that generates getters/setters a la Eclipse based on your current selection.

Notifications You must be signed in to change notification settings

paigeyahnke/JavaSetterGetter

 
 

Repository files navigation

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.

About

Sublime Text plugin that generates getters/setters a la Eclipse based on your current selection.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.6%
  • JavaScript 13.4%