Skip to content

Releases: pwarchol/vscode-php-file-link

1.1.0

08 Nov 22:21
Compare
Choose a tag to compare

What's Changed

  • DocBlock, add link to line number if defined

Full Changelog: v1.0.1...v1.1.0

1.0.1

19 Jul 20:26
Compare
Choose a tag to compare

What's Changed

  • Support PHP 8.0, 8.1
  • DocBlock regex improvements
  • Cache improvements

Full Changelog: v1.0.0...v1.0.1

1.0.0

29 Jun 14:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...v1.0.0

0.3.2

11 May 16:03
Compare
Choose a tag to compare
  • Fix parsing php short tags #5

0.3.1

07 May 17:11
Compare
Choose a tag to compare
  • Multiple files to pick, fix for path match

0.3.0

07 May 12:17
Compare
Choose a tag to compare
  • Switch to built-in vscode findFiles
  • fs to vscode.workspace.fs
  • Changed cache logic + refresh time
  • Added config refreshCacheAfter
  • Removed config excludeScanFolders, no needed with vscode findFiles
  • Changed file picker quickOpen to showQuickPick
  • Fix Issue #3

0.2.8

07 May 12:18
Compare
Choose a tag to compare
  • Removed linkMode - this extension always need list of all workspace files to work.
  • Added config excludeScanFolders and cacheWorkspaceFiles
  • Added php-parser (removed regex and line by line loop)
  • Added experimental cache workspace files list

0.2.0

07 May 12:18
Compare
Choose a tag to compare
  • Scaning all workspace files for match
  • New config option linkMode
  • Performance optimization