Vscode extension: Go struct <-> TS interface converter

Hi all! :waving_hand:

This small extension is exactly what I needed for my Go-TS API design cases. So I developed it. Maybe some people will find it useful. Please note that this is my first VSCode extension. Therefore, I welcome any feedback :wink:

2

1 Like

This is cool! I might actually use it. I do stuff like this all the time. Often I use this tool Matt Holt (Caddy maintainer) wrote:

Because I have a lot of instances where I need a struct for some API I’m integrating with, etc. But converting between TS/Go is something I do pretty frequently.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.