Skip to content

IntelliTect/IntelliTect.Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliTect.Snippets

A VSIX extension for sharing code snippets. Available in Visual Studio Extension Marketplace

Contributing

To add a snippet, change the extension of your xml file to .snippet and place it in the IntelliTect.Snippets folder associated with the language of the Snippet in the IntelliTect.Snippets project. (e.g. A C# Snippet would be place in the IntelliTect.Snippets folder inside the CSharp folder: Snippets -> CSharp -> IntelliTect.Snippets ). Then add the shortcut and description of your snippet to the table here in the README. Be sure to increment the version of the extension in the source.extension.vsixmanifest so that everyone will get the update automatically: enter image description here

If adding a language you can refer to this guide for help.

Updates

To automatically have the latest IntelliTect.Snippets at you disposal, be sure to have automatic updates enabled for IntelliTect.Snippets in Visual Studio's Extension Manager:

Extension Manager

New snippets that are pulled into Master will automatically be published to the latest version of the IntelliTect.Snippets VSIX extension -> There is a build pipeline in DevOps that includes a PowerShell script that publishes the built IntelliTect.Snippets.vsix to the Visual Studio Marketplace. More details about publishing Visual Studio Marketplace extensions can be found here.

Maintenance

For info about dev maintenance of the extension see the DevFAQ

Snippets

Shortcut Description
NonNullProp Code snippit for setting non nullable property

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published