Settings

Theme

Show HN: High end productivity features for GoLang in VS Code

accounts.google.com

1 points by tooltitude 3 years ago · 0 comments · 1 min read

Reader

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

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection