Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 435 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 435 Bytes

issue-linkifier - VSCode extension

Generates clickable links above matching string patterns.

Build

yarn
yarn global add vsce
vsce package

Use command: Extensions: Install from VSIX...

Configuration

{
  "issueLinkifier.entries": {
    "my-company": {
      "pattern": "MY-COMPANY-[0-9]+",
      "url": "https://my-company.com/jira/browse/"
    },
    ...
  }
}

Preview

preview