We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version
$ go version go version go1.12.1 linux/amd64 $ go list -m golang.org/x/tools golang.org/x/tools v0.0.0-20190325223049-1d95b17f1b04
Yes
go env
$ go env GOARCH="amd64" GOBIN="/home/myitcv/gostuff/src/github.com/myitcv/govim/.bin" GOCACHE="/home/myitcv/.cache/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/myitcv/gostuff" GOPROXY="" GORACE="" GOROOT="/home/myitcv/gos" GOTMPDIR="" GOTOOLDIR="/home/myitcv/gos/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/home/myitcv/gostuff/src/github.com/myitcv/govim/go.mod" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build773545166=/tmp/go-build -gno-record-gcc-switches"
The result of a Hover request includes marked-up content. At the moment, markdown is the markup used.
Hover
However for terminal-based editors like Vim, this isn't very friendly.
For now I'm working around this by effectively plain-rendering the markdown.
Would it make sense to have an option somewhere to control this?
The text was updated successfully, but these errors were encountered:
cc @stamblerre
Sorry, something went wrong.
cc @bhcleek
Change https://golang.org/cl/172601 mentions this issue: internal/lsp: check content format instead of assuming markdown
internal/lsp: check content format instead of assuming markdown
golang/tools@f6abc2c
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
The result of a
Hover
request includes marked-up content. At the moment, markdown is the markup used.However for terminal-based editors like Vim, this isn't very friendly.
For now I'm working around this by effectively plain-rendering the markdown.
Would it make sense to have an option somewhere to control this?
The text was updated successfully, but these errors were encountered: