Skip to content

Suggest unresolved types as completion candidates in type definitions #2447

@dlsniper

Description

@dlsniper
  • Plugin version (or commit hash): 0.11.1273

Given the following example:

package main

type Demo struct {
    Hello
}

type h<caret> // should be Hello

In Java it's possible to get completion for this and it would a good addition to have this in Go as well. However I'm not sure of the complexities behind this and I do think that it's not a priority but rather a nice to have.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions