-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFastFind.vcmd
More file actions
32 lines (29 loc) · 901 Bytes
/
FastFind.vcmd
File metadata and controls
32 lines (29 loc) · 901 Bytes
1
<?xml version="1.0" encoding="utf-8"?><SerializableSnippets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <commands> <Snippet> <id>1</id> <name>Fast Find</name> <code>Imports EnvDTEImports EnvDTE80Imports Microsoft.VisualBasicPublic Class M Implements VisualCommanderExt.ICommand Sub Run(DTE As EnvDTE80.DTE2, package As Microsoft.VisualStudio.Shell.Package) Implements VisualCommanderExt.ICommand.Run Dim selection as TextSelection DTE.ExecuteCommand("View.CommandWindow") selection = DTE.ActiveWindow.Selection selection.Text = "open " End SubEnd Class</code> <referencedAssemblies /> <type>Command</type> <lang>VB</lang> <langVersion>v4.0</langVersion> <enabled>true</enabled> </Snippet> </commands> <extensions /> <commonCode /></SerializableSnippets>