Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Autocomplete for dependencies #56

@joscdk

Description

@joscdk

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:

router.po

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions