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.<p>Install it from here: <a href="https://www.tooltitude.com/" rel="nofollow">https://www.tooltitude.com/</a> (a wrong link was posted)<p>New features:<p>- Added references lenses:<p><pre><code> - Normal references
- Interface implementations lens: interface method <-> type method, interface <-> implementing types
</code></pre>
- Postfix completions i.e. type .if and complete in the following: (i == 3) and get if i == 3 { | }<p>Existing features:<p>- Inspections<p>- Code Actions<p>P.S. We posted it here before but we made major update