Keyword Match Types READMEThis extension is useful for anyone that uses VS code to work with keyword match types. You can use the commands in this extension to quickly and easily convert between various match types. FeaturesThis extension adds 4 commands to VS code for the 4 different keyword match types. Match type examples and descriptions of the commands are below. Simply highlight the lines of text that you want to convert to a specific match type and then run the corresponding command. [exact match] Exact Match: Returns lines of text which are wrapped in brackets. If this command is run on text lines that are arleady exact match, it returns text lines with no special keyword formatting (in other words, broad match). By default this command is associated with the keyboard shortcut "shift + alt + e" but it can also be run by directly searching for the command after pressing "shift + cmd + p" (for mac) or "shift + ctrl + p" (for Windows). Phrase Match: Returns lines of text which are wrapped in double quotes. If this command is run on text lines that are arleady phrase match, it returns text lines with no special keyword formatting (in other words, broad match). By default this command is associated with the keyboard shortcut "shift + alt + p" but it can also be run by directly searching for the command after pressing "shift + cmd + p" (for mac) or "shift + ctrl + p" (for Windows). Broad Match Modified (BMM): Returns lines of text with each word starting with a plus sign. If this command is run on text lines that are arleady BMM, it returns text lines with no special keyword formatting (in other words, broad match). By default this command is associated with the keyboard shortcut "shift + alt + m" but it can also be run by directly searching for the command after pressing "shift + cmd + p" (for mac) or "shift + ctrl + p" (for Windows). Broad Match: Returns lines of text with no special match type formatting. If this command is run on text lines that are arleady broad match, it doesn't change anything. By default this command is associated with the keyboard shortcut "shift + alt + b" but it can also be run by directly searching for the command after pressing "shift + cmd + p" (for mac) or "shift + ctrl + p" (for Windows). Known IssuesThere are no known issues with this extension at this time. Release Notes1.0.3Fixed a bug where the extension stripped out spaces during match type conversions of single line selections. Cleaned up extensions files. 1.0.2Added demo gif of extension commands to README. 1.0.1Improved README formatting, removed unnecessary files. 1.0.0Initial release of the extension. |