ttys3

Results 114 comments of ttys3

gopls already support inlay hints: https://github.com/golang/tools/blob/master/gopls/doc/settings.md#inlayhint https://github.com/golang/tools/blob/master/gopls/doc/inlayHints.md

after 0.4.0, the order is breaking change, which caused most of our code changes. for example: we use the command: (currenly we stick to `go install github.com/daixiang0/gci@856d805f8f5cde07e7a6ab29d9034f5bc9a954e4`) yes, our imports...

@LinuxSuRen it has been 3 years and the author did not published a new version. I've forked and submitted a `updated` version here, with some bugs fixed: https://marketplace.visualstudio.com/items?itemName=ttys3.hugofy

merged https://github.com/neovim/neovim/pull/16600 does this mean if using the nightly version, this plugin is not needed anymore?

I got this problem too. ```shell git clone [email protected]/golangci/golangci-lint.git git checkout v1.47.3 ``` it shows ` HEAD (d186efe)` but the tag is `v1.47.3`

@zzzming rebased, PTAL

@BohuTANG this issue should have been resolved via https://github.com/xelabs/go-mydumper/pull/34 > parse ini file avoid table name case sensitive problem under Linux