Skip to content

Instantly share code, notes, and snippets.

View fut33v's full-sized avatar

Ilya Fateev fut33v

  • Russia, Velikiy Novgorod | Novgorod The Great
View GitHub Profile
@swwwolf
swwwolf / visual_commander_cpplint_py.cs
Last active October 29, 2016 13:15
Invoking external tool from the Visual Commander
using EnvDTE;
using EnvDTE80;
public class E : VisualCommanderExt.IExtension
{
public void SetSite(EnvDTE80.DTE2 DTE_, Microsoft.VisualStudio.Shell.Package package)
{
DTE = DTE_;
events = DTE.Events;
documentEvents = events.DocumentEvents;