Skip to content

Releases: kbysiec/vscode-search-everywhere

Version 2.1.0

03 Feb 14:10
Compare
Choose a tag to compare
  • Feat: ability to decide whether selection in the active editor is put in the search (PR #33)

Version 2.0.3

08 Sep 13:06
Compare
Choose a tag to compare
v.2.0.3

docs: update package.json and Readme

Version 2.0.2

08 Sep 13:03
Compare
Choose a tag to compare
v.2.0.2

fix: issue with invisible quickPick icon

Version 2.0.1

08 Sep 13:02
Compare
Choose a tag to compare
v.2.0.1

docs: update package.json

Version 2.0.0

07 Sep 11:46
Compare
Choose a tag to compare
  • 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

18 Feb 14:09
Compare
Choose a tag to compare

Fixed issue related to not refreshing include patterns on configuration change #23

Version 1.2.1

09 Dec 21:38
Compare
Choose a tag to compare
  • Renamed QuickPick kind property to symbolKind due to new vscode QuickPick API

Version 1.2.0

16 Aug 21:43
Compare
Choose a tag to compare
  • 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

19 Jul 20:08
Compare
Choose a tag to compare
  • Setting searchEverywhere.shouldUseFilesAndSearchExclude replaced with searchEverywhere.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

24 May 12:46
Compare
Choose a tag to compare
  • 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.