Show HN: VS Code extension to share code snippets instantly

4 months ago 8

Snippet Share Extension for VS Code

The ultimate VS Code extension for sharing, discovering, and managing code snippets. Boost your productivity with seamless snippet collaboration across your team.

// React Component Snippet

const Button = ({ children }) => {

return (

<button className="btn">

{children}

</button>

);

};

How It Works

Get started in seconds. SnippetShare integrates seamlessly with your VS Code workflow.

Write Your Code

Create amazing code snippets in VS Code as you normally would.

Highlight & Share

Select the code snippet and press CTRL + ALT + S or ⌘ + ⌥ + S — your shareable link is ready and copied.

Ready to Get Started?

Install SnippetShare in seconds and transform your coding workflow today.

Quick Install

Option 2: Command Line

ext install snippetsharedev.snippet-share

Option 3: Highlight & Share

Press CTRL + ALT + S or ⌘ + ⌥ + S. Your shareable link is ready and copied.

Read Entire Article