Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

No symbols for file when methods are on a type defined in another file #311

Open
@ramya-rao-a

Description

@ramya-rao-a

In a package have 2 Go files

The first file:

package main

func main() {}
type foo int

The second file:

package main

func (*foo) Hello() {}
func (*foo) Bye()   {}

The symbol provider doesnt provide any symbols for the second file.

cc @harikb
Related to microsoft/vscode-go#1864

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions