Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1 KB

README.md

File metadata and controls

19 lines (13 loc) · 1 KB

vsext

The Portal for all my Visual Studio extension repositories

  • Contains helper classes and extension methods that make VS Extension development a little bit easier
  • This is heavily a work in progress so expect a lot of changes (some of which may be breaking - hopefully not too much)
  • Very simple extension that changes the //joke comment in the current line into a random joke
  • Jokes are retrieved randomly from the Internet Chuck Norris Database
  • Created for DEMO for Visual Studio Extensibility presentation @ MS Community Dev User Group (Zagreb, Croatia)
  • Visualizer for the List<T> that shows a chart with values
  • A C# analyzer and a codefix that inserts decimal separators in lengthy numbers.