Releases: kbysiec/vscode-search-everywhere
Releases · kbysiec/vscode-search-everywhere
Version 2.1.0
Version 2.0.3
v.2.0.3 docs: update package.json and Readme
Version 2.0.2
v.2.0.2 fix: issue with invisible quickPick icon
Version 2.0.1
v.2.0.1 docs: update package.json
Version 2.0.0
- Fully rewritten from class based to function based approach
- Test improvements
- Minimum version of vscode set to 1.64.0
- Feat: item icon to open it to the side
- Feat: dedicated output with logs related to triggered actions, scanned directories structure, etc.
- Feat: ability to decide whether the items should be sorted by type
- Feat: ability to cache the scanned workspaceData to as a result scan the workspace only once
Version 1.2.2
Fixed issue related to not refreshing include patterns on configuration change #23
Version 1.2.1
- Renamed QuickPick kind property to symbolKind due to new vscode QuickPick API
Version 1.2.0
- Added stats message (elapsed time, number of scanned files, number of indexed items) displayed after indexing the workspace
- Replaced fileWatcher events with workspace event listeners for files / folders manipulation which results in better performance and stability
Version 1.1.0
- Setting
searchEverywhere.shouldUseFilesAndSearchExclude
replaced withsearchEverywhere.excludeMode
allowing to choose source of exclude patterns: extension, files and search, gitignore #13 - Added debouncing for handleDidChangeTextDocument event callback
- Added caching for handleDidChangeTextDocument event callback to general increase performance
Version 1.0.9
- Fixed bug concerning loading items to not existing quick pick on handleDidProcessing callback. QuickPick initialization moved to handleWillProcessing callback,
- Fixed bug concerning updating list after removing the whole folder with multiple files,
- Added distinguishing different paths of projects in the workspace if there is more than one.