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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use a snippet tool?

1 点作者 spapas82大约 5 年前
I&#x27;ve concluded that a snippet tool that would me it easy to quickly paste snippets in my code in order for me to avoid googling then would be invaluable!<p>Do you use a snippet tool and can you recommend a good one? I&#x27;d really like to be able to share my snippets between my computers.<p>TIA!

2 条评论

pipiscrew大约 5 年前
<a href="https:&#x2F;&#x2F;www.pipiscrew.com&#x2F;works&#x2F;source-code-organizer-net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pipiscrew.com&#x2F;works&#x2F;source-code-organizer-net&#x2F;</a><p>-has sync, by file
nhayfield大约 5 年前
turn your snippets into exported functions. then your IDE will autocomplete them.