gopher.nvim
gopher.nvim copied to clipboard
[Feature] add json to go converter and generating return values
Hi 👋🏿
I recently watched the author of go.nvim's video on YT about new features. Two struck out to me as being good candidates to be added here that might be useful
- Converting json to go structs
- Generating the return values for a function (originally inspired by a goland feature)
Hi! :wave:
- About adding the JSON to Go struct converter, I think about it many times, and I'll add that in the future!
- About the "return generator" I don't know, but If you need that I can try to add that.
Thanks for feature request!
If maybe a package like this had a CLI that we could install it would definitely be helpful