-
Notifications
You must be signed in to change notification settings - Fork 226
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
Complete command use #86
Comments
The |
This is actually a limitation in how SourceKit generates completion requests, so there's not much I can do for you there. |
Ok, thanks for the immediate feedback! 👍 |
SourceKitten handles relative paths much better now thanks to #101. |
I'm having troubles using the
complete
command:--file
argument I get aFailed to read file at ...
error, while thesyntax
command works just fine on the same file;sourcekitten complete --text "[1].m" --offset 4
works just fine and shows all of the available options,sourcekitten complete --text "[1].m" --offset 5
returns an empty array while it should return an option for the map function.Loving the project.
(SourceKitten 0.5.0 installed via Homebrew, Xcode 7.1)
The text was updated successfully, but these errors were encountered: