Please add the support for the swift language auto completion functionality .
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1078
The main part of this will be adding a parser for Swift to [ctags](https://github.com/universal-ctags/ctags), once that's done, it should be relatively trivial to add a new filetype for it. Scintilla's C++ lexer [apparently supports it to some extent](https://sourceforge.net/p/scintilla/scite/ci/fd45392dd14c79be7621227a5e998a2...) already, for syntax highlighting.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1078#issuecomment-226931926
PR #1265 may help with this. Please consider reviewing and merging it.
@ankitpati that PR won't help for auto-completion as it doesn't set a `tag_parser` filteype.
#1265 is a start, but it won't add autocompletion, as @codebrainz said above, that needs a tags parser.
I agree it will not help with autocompletion, but it gets the highlighting and compile/run/build shortcuts working.
https://github.com/techee/geany-lsp together with https://github.com/swiftlang/sourcekit-lsp work based on my testing.
github-comments@lists.geany.org