add Textra (#4867)

This commit is contained in:
Alex 2023-04-30 15:38:01 +03:00 committed by GitHub
parent 8e551d8f4b
commit cefb247a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3041,6 +3041,7 @@ _Plugin for text editors and IDEs._
- [richgo](https://github.com/kyoh86/richgo) - Enrich `go test` outputs with text decorations.
- [roumon](https://github.com/becheran/roumon) - Monitor current state of all active goroutines via a command line interface.
- [rts](https://github.com/galeone/rts) - RTS: response to struct. Generates Go structs from server responses.
- [textra](https://github.com/ravsii/textra) - Extract Go struct field names, types and tags for filtering and exporting.
- [typex](https://github.com/dtgorski/typex) - Examine Go types and their transitive dependencies, alternatively export results as TypeScript value objects (or types) declaration.
**[⬆ back to top](#contents)**