golang/go

x/tools/gopls: add support for OnTypeFormatting

Open

#37,084 opened on Feb 6, 2020

View on GitHub
 (0 comments) (2 reactions) (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 version of Go are you using (go version)?

Does this issue reproduce with the latest release?

Per https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_onTypeFormatting, add support for OnTypeFormatting.

@stamblerre I'll leave you to milestone.

cc @findleyr

FYI @leitzler

Contributor guide