Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommended online snippet manager [closed]

I am looking for an online snippet manager for work, personal use and inspiration.

My primary needs are google/facebook login, fontification of various programming languages, privacy control, social network integration.

What's the recommendation?

like image 644
Christian Madsen Avatar asked Jan 16 '12 21:01

Christian Madsen


People also ask

What is the best code snippets manager?

SnippetsLab is another interesting code snippets manager. It is a professional code snippet manager that supercharges your productivity. With it, you can create your own personal code library and keep everything organized. To help you do so, you can use multi-level folders, tags, shortcuts, and Smart Groups. You can get it for just $9.99.

What is open source snippet manager?

An open-source snippet manager is a software system that is available under one of the open-source licenses, such as GPL or MIT. It allows you to run your snippets directly in the editor you can use any programming language with the real on code snippet manager.

How do I create a snippet?

Simply click the "New Snippet" button on the left side of the toolbar. Select the programming language that you wish to use then click OK. Now you can cut and paste your code or type new code into the Code Window.

How do I use snippet manager with Visual Studio?

You can use Snippet Manager as a stand-alone application or you can link it to your programming IDE. To link Snippet Manager with Visual Studio, select "Tools" from Visual Studio, then select "External Tools..." Next, select SnippetManager.exe and click OK. You can now launch Snippet Manager from the Tools menu in Visual Studio.


1 Answers

I enjoy using GitHub Gists. It lets you version control your snippets, which is a nice benefit.

like image 118
Johnathon Sanders Avatar answered Nov 04 '22 18:11

Johnathon Sanders