TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you use a snippet tool?

1 pointsby spapas82about 5 years ago
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 comments

pipiscrewabout 5 years ago
<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
nhayfieldabout 5 years ago
turn your snippets into exported functions. then your IDE will autocomplete them.