Top "Code-snippets" questions

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

Edit Sublime Text 2's default snippets

I've been using Sublime text 2 for the past few days, and I have to say it's been amazing! I have …

editor code-snippets sublimetext
How do you put HTML or XML into a YAML?

I would like to store HTML snippets inside a YAML file. What is the best way to do that? Something …

yaml configuration-files code-snippets markup
How to include a code snippet in a beamer presentation?

What's the best way to include some code snippets in a beamer presentation? I've already tried verbatim, and lstlisting environments …

latex code-snippets slide presentation beamer
How to edit existing VS Code Snippets

Is there a way to remove or edit some of the default code snippets in Visual Studio CODE ? For example …

visual-studio-code code-snippets
How do you find Leapyear in VBA?

What is a good implementation of a IsLeapYear function in VBA? Edit: I ran the if-then and the DateSerial implementation …

function vba excel code-snippets
How to create a 'surround with' type of snippet in Visual Studio 2010?

Is there a way to create a 'surround with' snippet in visual studio 2010? I know how to create a replacement …

c# visual-studio-2010 code-snippets
Using VS Code Snippets with Resharper

I am trying to use Code Contract's Code Snippets but since I turned Resharper back on it doesn't recognize them. …

c# visual-studio resharper code-snippets
Any way to surround code block with Curly Braces {} in VS2008?

I always find myself needing to enclose a block of code in curly braces { }, but unfortunately that isn't included in …

c# visual-studio-2008 refactoring resharper code-snippets
Writing custom completions in Sublime Text 2

Sublime Text 2 comes with many built-in completions/templates for common idioms. In C++, these include for loops with fields, etc …

autocomplete sublimetext2 sublimetext code-snippets
What's The Best Way To Write Multi-Line Code Snippets In VS-Code?

In Sublime Text, multi-line code snippets can be defined with white-spaces in a snippet file. But as far as I …

visual-studio-code editor sublimetext code-snippets vscode-snippets