microsoft / vscode-go

An extension for VS Code which provides support for the Go language. We have moved to https://github.com/golang/vscode-go
Other
5.93k stars 648 forks source link

cmd/fillstruct: fill struct in disorder #3171

Closed iiinsomnia closed 4 years ago

iiinsomnia commented 4 years ago

image

stamblerre commented 4 years ago

@iiinsomnia: Can you please provide the steps to reproduce this issue? Specifically, what was the code before and after you called fill struct, and where was your cursor? Did fill struct insert the extra }?

iiinsomnia commented 4 years ago

image

stamblerre commented 4 years ago

I am not able to reproduce this issue, and without an example project to reproduce with, there's no way to investigate this issue. I'm going to close this, but please reopen if you can give an example project with which to reproduce.