[Lazarus] Disable auto identifier completion of 1 identifier
Ondrej Pokorny
lazarus at kluug.net
Wed Oct 14 10:36:44 CEST 2015
Hello!
Is there a simple way how to disable automatic identifier completion if
there is only one item in the identifier completion window.
I mean:
var
MyVerySpecialVar: Integer;
begin
MyVeryS|
At | I hit Ctrl+Space. No identifier completion window is shown and the
idetifier is automatically completed to "MyVerySpecialVar".
If there is no way to disable it: Mattias, where is the check done that
there is only one item for completion? I'd like to disable it (probably
create an IDE option for it). Delphi behaves the same way (no auto
completion).
Ondrej
More information about the Lazarus
mailing list