Regex Show Go READMEThis is the README for the Visual Studio Code extension named "Regex Show Go". FeaturesWhen hovering a line in Visual Studio Code, the line is matched against one or several regex patterns. If a match is found, a hover box is shown with a link which is created from a match-prefix and the actual match and a match-postfix. See Extension Settings section for configuration. Extension SettingsTo use the extension, you must configure a regex match pattern, match prefix, and match postfix. Note, for backward compatibility, if "search_at" is not defined, the default value is "false". Configuration example:
Example 1: Hovering a line containing the text "TEST-1234", will generate the following link "https://www.google.com/search?q=TEST-1234-test". Example 2: Hovering a line containing the text "WIKI#test#", will generate the following link "https://en.wikipedia.org/wiki/test". Note, "match_pattern" is not included in the generated URL. How to Build the ExtensionFirst install required packages
You can now build the extension
And to release on Visual Code Marketplace
The latter requires a valid access token for the Marketplace. Release NotesVersion 1.0.8
Version 1.0.7
Version 1.0.6
Version 1.0.5
Version 1.0.4
Version 1.0.3
Version 1.0.2
Version 1.0.1
Version 1.0.0
Version 0.2.0
Version 0.1.2
Version 0.1.1
Version 0.1.0
Version 0.0.1
Known IssuesNone SupportCreditsIcons made by xnimrodx from www.flaticon.com |