Question

I don't know about Lazarus IDE. Anybody knows, can its auto-completion system be available as a separate source code, or dll, or TCP server? Or is it hard-coded into the IDE so others can't use it easily?

I would use such code under Windows if its avail. I need to find auto-completions for Pascal code.

Était-ce utile?

La solution

Afaik it is in codetools, it is called codecompletion and it is GPL (which might not suit your purpose).

It is dynamic though (as in the suggestions are not hardcoded or predefined, lazarus scans source in a background task.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top