• Stars
    star
    343
  • Rank 122,752 (Top 3 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created about 10 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience.

Welcome to the Snippet Designer

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience.

Update

The main branch targets only VS 2022. There is a branch (pre-2022) for other versions.

Download

You can install the extension using the Visual Studio Extension Manager or by going to the marktplace

Recent News

Content

Prerequisites

  • Visual Studio 2022
  • Visual Studio 2019
  • Visual Studio 2017
  • Visual Studio 2015

Features

A Snippet editor integrated inside of the IDE which supports C#, Visual Basic, JavaScript, HTML, XML and SQL

  • Access it by opening any .snippet file or going to File -> New -> File -> Code Snippet File

  • It uses the native Visual Studio code editor so that you can write the snippets in the same enviorment you write your code.

  • It lets you easily mark replacements by a convenient right click menu.

  • It displays properties of the snippet inside the Visual Studio properties window.

A Snippet Explorer tool window to search snippets on your computer.

  • It is located under View -> Other Windows -> Snippet Explorer
  • This tool window contains a code preview window which lets to peek inside the snippet to see what it is without opening the file.
  • Maintains an index of snippets on your computer for quick searching.
  • Provides a quick way to find a code snippet to use, edit or delete

A right Click "Export as Snippet" menu option added to C#, VB, XML, JavaScript, HTML and SQL code editors to send highlighted code directly to the Snippet Editor

More Repositories

1

diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
C#
967
star
2

chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
JavaScript
549
star
3

MarkdownOutlook

Write outlook emails in markdown
C#
417
star
4

MarkupConverter

This sample shows how to convert from HTML to RTF, RTF to HTML, XAML to HTML and HTML to XAML.
C#
54
star
5

PsAzureDevOps

PsAzureDevOps provides a suite of PowerShell functions that help automate interaction with Azure DevOps
PowerShell
28
star
6

FastSharp

FastSharp is a text editor which lets you quickly compile and run C#, F# and Visual Basic code without opening up Visual Studio.
C#
25
star
7

idiomatically

A website for exploring Idioms across languages and locales.
TypeScript
24
star
8

Flango

Playing around with languages concepts like type inference, pratt parsing, parser combinators and immutability.
F#
17
star
9

vsts-workitem-recentlyviewed

An extension for the VSTS work item form that tracks and displays who viewed a work item and when.
TypeScript
6
star
10

anagram_ladder

A challenging mobile word game built with Flutter
Dart
3
star
11

llm-embeddings

Clustering and labeling concepts using LLM Embeddings
Python
3
star
12

SimpleRegex

A SimpleRegex engine written in Haskell
Haskell
2
star
13

OpenWithTest

OpenWithTest is a Visual Studio extension which serves one simple task: To always open your test files and implementation files together.
C#
2
star
14

InheritedAutoMapper

Extension method for AutoMapper which lets you inherit mappings from base types
C#
1
star
15

mebs-tools

Tools for Mallory Emerson Birth Services
TypeScript
1
star
16

TeamConfig

C#
1
star
17

TextFormatPicker

Allows you to easily discover the name and style of source code elements in Visual Studio. This will aids in customizing color schemes.
C#
1
star