Hi Adam
Thanks for that link to the SourceKit-LSP.
I shall look and try to understand how I could use it.
The whole developer toolchain of swift is a mystery to me at this point, as I'm very new to the language.
And my only real experience has been to install Xcode, and to code and learn swift from that environment.
The underlying toolchain is not something I know anything about at this stage.
My main goal was to find a way of offering an autocomplete solution, that did not require any dependencies, other than the standard non Xcode swift installation, or something that can be included in the application bundle package.
basically the goal is someone being able to install my little code/script editor, and not having to install anything else other than swift, or even maybe being able to include swift in that application bundle.
The swift REPL offers autocomplete suggestions, even with swift 4.0, so I was trying to find a simple way to tap into the same mechanism that he swift REPL uses.