Do you know where I could find some useful third party (free) code snippets for VS 2008?
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.
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).
Depending on your plaform, your user snippets file is located here: Windows %APPDATA%\Code\User\snippets\(language). json.
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.
http://gotcodesnippets.com/
http://www.codekeep.net/ has a VS add-in for their snippets, too
bdukes site has more options, but here are the ones MSDN has published...
http://msdn.microsoft.com/en-us/vstudio/aa718338.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With