This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)() |