TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: VS Code GoLang Productivity Extension

3 点作者 tooltitude超过 2 年前
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>What do we provide:<p>- Inspections - checks which look at your code and warn you about potential problems in your code. Here’re some highlights<p><pre><code> - Highlighting of deprecated symbol usages in the editor (gopls doesn’t highlight them at the moment of writing) - Variable shadowing detection - Use of interface{} instead of any - Redundant parenthesis </code></pre> - Code actions - code changes activated by Ctrl+. (Win, Linux), or Cmd+. (on Mac).<p><pre><code> - Handle error: https:&#x2F;&#x2F;twitter.com&#x2F;tooltitude&#x2F;status&#x2F;1620448875311165442 - Apply DeMorgan laws: https:&#x2F;&#x2F;twitter.com&#x2F;tooltitude&#x2F;status&#x2F;1620814134240747520 - Iterate over collection: https:&#x2F;&#x2F;twitter.com&#x2F;tooltitude&#x2F;status&#x2F;1621146816736800768 - Invert If: https:&#x2F;&#x2F;twitter.com&#x2F;tooltitude&#x2F;status&#x2F;1623336440930107397 - Overall we currently have more than 20 code actions, and working on adding more </code></pre> What’s next:<p>- Install and try in VS Code right now: <a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=tooltitudeteam.tooltitude" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=tooltitu...</a> - Read more about our features: <a href="https:&#x2F;&#x2F;www.tooltitude.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tooltitude.com&#x2F;</a><p>We are looking for feedback from users, so if there’re any features, inspections or code actions you re interested it, feel free to comment here, write to support@tooltitude.com, or write to us on twitter: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;tooltitude" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;tooltitude</a>

暂无评论

暂无评论