문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top