Skip to content

Instantly share code, notes, and snippets.

View alexdresko's full-sized avatar
💭
I'm not a player, I just code a lot.

Alex Dresko alexdresko

💭
I'm not a player, I just code a lot.
View GitHub Profile
@alexdresko
alexdresko / GetSublimeTextKeyBindings.vb
Created March 5, 2012 21:36
GetSublimeTextKeyBindingsFromVisualStudioKeyboardShortcuts
Sub GetSublimeTextKeyBindings()
Dim cmd As Command
Dim ow As OutputWindow = DTE.Windows.Item(Constants.vsWindowKindOutput).Object
Dim owp As OutputWindowPane
Dim exists As Boolean
Dim i As Integer
Dim sArray() As String
Dim dict As New System.Collections.Generic.Dictionary(Of String, String)()