Skip to content

AlessandroDelSole/CodeSnippetStudio2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Snippet Studio 2022

Code Snippet Studio is an extension for Visual Studio 2022 that makes it easy to create, edit, package, and share IntelliSense code snippets for Visual Studio 2022. For C# and Visual Basic snippets, it also provides live Roslyn code analysis as you type to immediately detect code issues.

With Code Snippet Studio, you have a fully-functional code editor with syntax highlighting, basic IntelliSense, and live code issue detection as you type, where you can write or paste your snippets and supply the information that is required by the respective schema references. Studio will generate the proper .snippet files for you. You will then be able to package a number of code snippets into a Visual Studio extension by building .vsix packages that you can share with other developers and that you can even publish to the Visual Studio Gallery! Additional tools are available to work with both .vsix and .vsi installers.

Code Snippet Studio

To show up Code Snippet Studio, in Visual Studio 2022 select View, Other Windows, Code Snippet Studio

Getting Started Guide

Breaking changes with version 2015:

  • Extension themes are no longer available. This allows for a lightweight package that can adapt to the Visual Studio theme
  • Support for Visual Studio Code is no longer available. The effort to maintain this feature is much higher than the benefits and real target users
  • New iconography
  • Filtering the library of snippets has now been fixed
  • While the support libraries are still written in Visual Basic, the extension itself is now written in C#. This is to hopefully improve collaboration.

Code Snippet Studio has been built using controls from Syncfusion's Essential Studio for WPF

If you enjoy the project and want to offer me a beer, please make a PayPal donation!

PayPal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published