This is a plugin for PyCharm that adds the ability to generate getters, setters, and deleters for your properties automatically. Since this is a new release, please consider opening a pull request or opening an issue if you find any problems.
You can generate getters and setters by:
- Pressing
alt + insert
(or right click then click generate) - A popup titled "Generate" will open
- Choose the bottom option "Getters and Setters"
Don't like the default format? You can edit the live code template to customize the format to your choosing. See #1 for more information.