Hacker News new | ask | show | jobs
Show HN: High end productivity features for GoLang in VS Code (accounts.google.com)
1 points by tooltitude 1184 days ago
Let me introduce the Tooltitude VS Code extension. Our extension augments the official GoLang extension with a set of power tools which make you a more productive developer.

Install it from here: https://www.tooltitude.com/ (a wrong link was posted)

New features:

- Added references lenses:

  - Normal references

  - Interface implementations lens: interface method <-> type method, interface <-> implementing types
- Postfix completions i.e. type .if and complete in the following: (i == 3) and get if i == 3 { | }

Existing features:

- Inspections

- Code Actions

P.S. We posted it here before but we made major update