[fpc-pascal] Code tools unrelated completions

Ryan Joseph genericptr at gmail.com
Tue May 5 11:06:33 CEST 2020



> On May 5, 2020, at 3:56 PM, Michael Van Canneyt <michael at freepascal.org> wrote:
> 
> They are in the system unit, so they're always related to any unit.
> 
> They have a compilerproc modifier set, so I suppose there is some
> property/attribute of the identifier that indicates this modifier.
> You should check for that and filter out these results.

AFAIK they are not meant to be called by users so I'd like to filter them out.

how do we get function modifiers for TIdentifierListItem then?

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list