-
Notifications
You must be signed in to change notification settings - Fork 69
Investigate generating module interface from .swiftinterface
and .swiftdoc
files
#408
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
Comments
It seems Before we start we should setup a textDocumentProvider for scheme "swiftmodule". This will send a custom request to SK-LSP to return a module interface based on the swiftmodule path sent to it and use the response as the documents contents.
|
That sounds like good scheme to me. 👍 |
This is now merged in sourcekit-lsp swiftlang/sourcekit-lsp#747 |
For jump to definition of symbols in stdlib or Foundation sourcekit-lsp returns a
.swiftinterface
file. We should look into generating a user readable swift interface from the.swiftinterface
file and it's related.swiftdoc
file.The text was updated successfully, but these errors were encountered: