Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Provide auto completion for Swift Language. #1078

Open
alexanderon opened this issue Jun 18, 2016 · 5 comments
Open

[Feature Request] Provide auto completion for Swift Language. #1078

alexanderon opened this issue Jun 18, 2016 · 5 comments

Comments

@alexanderon
Copy link

alexanderon commented Jun 18, 2016

Please add the support for the swift language and add auto completion functionality .

@codebrainz
Copy link
Member

The main part of this will be adding a parser for Swift to 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 already, for syntax highlighting.

@ankitpati
Copy link
Contributor

PR #1265 may help with this. Please consider reviewing and merging it.

@b4n
Copy link
Member

b4n commented Nov 26, 2016

@ankitpati that PR won't help for auto-completion as it doesn't set a tag_parser filteype.

@elextr
Copy link
Member

elextr commented Nov 26, 2016

#1265 is a start, but it won't add autocompletion, as @codebrainz said above, that needs a tags parser.

@ankitpati
Copy link
Contributor

I agree it will not help with autocompletion, but it gets the highlighting and compile/run/build shortcuts working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants