Poor man’s MMX: Delphi Live Templates for creating a property with a type which will auto- create the getter/setter
Posted by jpluimers on 2017/03/23
Delphi Live Templates for creating a property with a type which will auto- create the getter/setter: [XML] ipropgs – Pastebin.com by Oliver Münzberg.
For when you think you can beat Model Maker Code Explorer.
lasalu said
It is also easy to do it, when you write the whole property line (with getter and setter) and then press the Ctrl+Shift+C combination. It will generate getters and setters also automatically.
jpluimers said
The one I referenced allows you to edit each part of the property by just tabbing through it.