Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Third party Visual Studio snippets

Do you know where I could find some useful third party (free) code snippets for VS 2008?

like image 614
juan Avatar asked Aug 25 '08 17:08

juan


People also ask

How do I add a snippet to Visual Studio?

With a code file open in the editor, choose Snippets > Insert Snippet from the right-click menu, then My Code Snippets. You should see a snippet named Square Root. Double-click it. The snippet code is inserted in the code file.

How do I enable snippet code in Visual Studio?

Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements. In Visual Studio Code, snippets appear in IntelliSense (Ctrl+Space) mixed with other suggestions, as well as in a dedicated snippet picker (Insert Snippet in the Command Palette).

Where are Visual Studio code snippets stored?

Depending on your plaform, your user snippets file is located here: Windows %APPDATA%\Code\User\snippets\(language). json.

Does VS Code sync snippets?

Keyboard Shortcuts are synchronized per platform by default. If your keyboard shortcuts are platform-agnostic, you can synchronize them across platforms by disabling the setting settingsSync.


2 Answers

http://gotcodesnippets.com/
http://www.codekeep.net/ has a VS add-in for their snippets, too

like image 167
bdukes Avatar answered Sep 23 '22 13:09

bdukes


bdukes site has more options, but here are the ones MSDN has published...

http://msdn.microsoft.com/en-us/vstudio/aa718338.aspx

like image 24
Chris Conway Avatar answered Sep 24 '22 13:09

Chris Conway