[fpc-pascal] CodeTools reduce number of completions

Ryan Joseph genericptr at gmail.com
Wed Jul 1 12:50:50 CEST 2020


I'm using CodeToolBoss.GatherIdentifiers to get completions but with some units I'm getting 50k identifiers which is simply too much and too slow. Maybe of these are coming from the RTL I think and I would be ok with limited some of these results if possible.

Is there anyway to tell CodeTools to ignore certain units or any other way to reduce the number of results? One option would be return results in partial batches (Language Server Protocol) supports this but again I'm not sure if CodeTools supports this or not.

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list