Hi, first of all, really great work with this plugin!.
I have been playing a bit around with it, but i start to get some problems with no Autocomplete for SPM dependencies.
In my case, i am using the Vapor framework.
When i try to do something like:
import Vapor
public func routes(_ router: Router) throws {
router.get("hello") { req -> String in
return "Hey!"
}
}
I can with this PR #53 CMD+Click "get" to go into the module.
However if i try to add:
I get nothing (It should show router.post
Are there anything i am missing, or is it a problem in the system?, it could be nice to get this to work, as this+vscode would be a really strong alternative to Xcode :)