Attribute completion not supported

Issue #108 resolved
Former user created an issue

With an attribute like this: SomeAttribute = class(TCustomAttribute);

Have the following code (| denotes caret) [Som|] FField: Integer;

Hit Ctrl+Space, no completion is offered. It should offer "Some" or "SomeAttribute".

Comments (1)

  1. Log in to comment