Skip to content

madskristensen/Madskristensen.VisualStudio.SDK.HelpersOLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio SDK Helpers

A helper library for Visual Studio extension development. Wraps services in easy-to-use async implementations that adopt best practices for reliability and performance.

The VS namespace

All features are captured under a namespace called VS to make them easy to find.

await VS.StatusBar.SetTextAsync("This is great");

Helpers included

  • Status Bar
  • Base command class
  • Settings and options pages
  • Projects and items

Helpers planned...

  • Error List
  • Solution
  • Source control

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages