Ryan Lovelett

Results 49 comments of Ryan Lovelett

I just wanted to provide a `FTS3Pattern` I implemented based on @groue's solution from GRDB.swift translated to SQLite.swift. ```swift import SQLite /// A full text pattern that can query FTS3...

This is something that would be _extremely_ high on my priority list to get done. Though sadly I'm not sure how we feed the information to VSCode. Can you provide...

[It looks like the language server protocol that VS Code uses is going to be extended to support this in v3.0.](https://github.com/Microsoft/language-server-protocol/issues/18) Implicitly though that means that as of right now...

I think you are right @strangemonad. Now how to solve this? I think the best way is to make the [language-server](https://github.com/RLovelett/langserver-swift) smarter. Though in what way is not immediately clear...

FWIW not even Xcode tries to give you completion inside of `Package.swift` :rofl: > Basically, I think the fix is a larger one. You almost need some sense of a...

Sadly this is probably going to roll into the next (or a subsequent) release. It turns out this is going to be more in-depth than I hoped. Basically it boils...

I'm going to try and list all the up-stream bugs related to this in VS Code: - https://github.com/Microsoft/vscode/issues/1273

Funny you should ask. [So here is probably the most recent state of the extension.](https://github.com/RLovelett/langserver-swift/issues/18#issuecomment-390995763) The bottom line is that right now I want to see this plugin work on...

I would love it if SourceKit provided the information somewhere. That way it would be nice and parseable. I'm trying to ascertain if SourceKit provides such an API. (Though if...

🎉 Found it! It was already documented in [Protocols.md](https://github.com/apple/swift/blob/master/tools/SourceKit/docs/Protocol.md#documentation). ## Source ``` swift /// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ut nisi finibus, sodales risus /// vel,...