[Lazarus] Feature Request: more intelligent code completion
Ondrej Pokorny
lazarus at kluug.net
Mon Jan 30 18:05:52 CET 2017
Ctrl+Shift+X is a new feature for upcoming 1.8:
http://wiki.freepascal.org/Lazarus_1.8.0_release_notes
It cannot create properties - neither in the current class nor in a
different class.
It's a rather easy feature to add because CodeTools already have
everything that is needed for it. The "most complex" thing is the dialog
- the user needs to choose Getters/Setters and maybe also the ancestor
class where to put the property.
A handy feature indeed.
Ondrej
More information about the Lazarus
mailing list