Top "Code-snippets" questions

For issues relating to the creation, use, and maintenance of code snippets.

Quick and dirty way to profile your code

What method do you use when you want to get performance data about specific code paths?

c++ performance profiling code-snippets
Where are the MVVM Light snippets?

It seems that snippets of MVVM Light are not installed when we use Nuget to install MVVM Light Toolkit. Where …

mvvm-light code-snippets
Can't drag (to make code snippet) in Xcode

When I follow all the instructions (including apple's video) to drag text to create a code snippet in xcode, I …

xcode code-snippets
Aptana studio 3 snippets

where to edit snippets in aptana studio 3 im used to gedit snippets plugin when i go to command menu < …

aptana code-snippets aptana3
Assign code snippet to keyboard shortcut in Visual Studio

Anyone knows how to assign key shortcut to specific code snippet? I would like to assign for instance CTRL+K,…

visual-studio code-snippets
Notepad++ replacement

I've been using Notepad++ for a while now, but I noticed it doesn't have code snippets (I found the QuickText …

windows text-editor code-snippets
How to lower case a Visual Studio Code Snippet variable?

I've build some snippets to generate a fields for a setting class. I'm now using 2 variables - $setting$ and $Setting$ …

c# .net visual-studio code-snippets
Change default XML comment snippet in Visual Studio

When I hit /// in Visual Studio, is it possible to change the resulting snippet from this: /// <summary> /// /// </…

visual-studio code-snippets xml-comments
Vim html.erb snippets?? snipMate Need a vim tip

When I'm in an html.erb file, I get no snipMate snippets. I would like both HTML and Ruby, or …

ruby-on-rails vim code-snippets erb snipmate
How to write a comment with Emmet plugin in Sublime?

Im using sublime 2 with Emmet plugin. Is there a way to write a comment with speed coding that would produce …

sublimetext2 code-snippets emmet