Skip to content

Instantly share code, notes, and snippets.

View putsi's full-sized avatar
:octocat:
Hacking all the things

Jarmo Puttonen putsi

:octocat:
Hacking all the things
View GitHub Profile
using EnvDTE;
using EnvDTE80;
public class C : VisualCommanderExt.ICommand
{
public void Run(EnvDTE80.DTE2 DTE, Microsoft.VisualStudio.Shell.Package package)
{
try
{
DTE.ExecuteCommand("ReSharper_Suspend");