Skip to content

Autocompletion fails to use a prefix if it's a keyword #385

Open
@nsf

Description

@nsf

E.g. here go is a valid prefix, but also a keyword, and autocompletion fails to use it as a prefix.

package main

import (
        "github.com/jinzhu/gorm"
)

func main() {
        go#
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions