- DocBlock, add link to line number if defined
- Support PHP 8.0, 8.1
- DocBlock regex improvements
- Cache improvements
- DocBlock support
- Fix parsing php short tags #5
- Multiple files to pick, fix for path match
- 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
- Removed
linkMode
- this extension always need list of all workspace files to work. - Added config
excludeScanFolders
andcacheWorkspaceFiles
- Added php-parser (removed regex and line by line loop)
- Added experimental cache workspace files list
- Scaning all workspace files for match
- New config option
linkMode
- Performance optimization
- Improved quotes regex