
Should the selected symbol be highlighted. Should display indexing notification in toast or status bar. searchEverywhere.shouldDisplayNotificationInStatusBar.Should indexing be initialized on Visual Studio Code startup. Search any symbol/file in the currently opened workspace.

Useful especially with the bigger projects.ĭebounce of search results while filteringĬustomizable filter phrase for each item typeĬustomizable items filter to reduce items setĪbility to decide whether use extension exclude patterns or "Files: Exclude" and "Search: Exclude" patternsĭedicated output with logs related to triggered actions, scanned directories structure, etc.Ībility to decide whether the items should be sorted by typeĪbility to cache the scanned workspaceData to as a result scan the workspace only once It queues every change and reduces not necessary actions to assure the scan is smooth and very quick.Īdditionally from version 2.0.0 there is a feature to scan the workspace only once and cache the results. Worth mentioning is the optimization of scanning algorithm. The above guarantees that the data is always up to date.


Version 2.0.0 - rewritten with several fancy new features. It is the alternative for "Go to Symbol in Workspace." - fully customizable. It allows user to easily navigate through files and symbols in the whole workspace. The extension is inspired by JetBrains IDEs feature "Search Everywhere".
