golang/go

x/tools/gopls: add go-to-examples and go-to-tests action

Open

#43,074 opened on Dec 8, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Go (19,008 forks)batch import
FeatureRequestToolsgoplshelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What did you do?

Tried to find examples/tests for the identifier under my cursor.

What did you expect to see?

Some type of GoExamples or GoTests command to navigate to relevant example/tests.

What did you see instead?

For examples, I had to open the http://pkg.go.dev and for tests I need to manually search for them.

Contributor guide