Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>find-moreNew to Visual Studio Code? Get it now.
find-more

find-more

FengYouzheng

|
2,050 installs
| (1) | Free
Extend of the build-in find functions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

find-more README

Re-Maintenance

Since new version vscode provide more commands include workbench.action.findInFiles, I can continue this work since some features needed by myself.

Description

Wish to extend vscode build-in find functions, so it is "find-more".
~~The find results will show in Symbol Reference panel and PROBLEMS panel (default not).~~

  • Select target, click Find All In File on title toolbar (the top-right), or key in the target.
  • Right click on the file, Find All In File to search only in the choosen.

Actually, use vscode provided search

Features

  • Use vscode internal find/search to find text in the given file.
  • ~~Navigate the edit according to the find results.~~
  • ~~Highlight the find results.~~

Extension Settings

None for now.

Known Issues

None for now.

Release Notes

  • [0.3.0] Use new vscode command workbench.action.findInFiles for search.
  • [0.1.0] Can work with ripgrep.
  • [0.0.2] Basic functions completed.
  • [0.0.1] Initial release.

Misc

Source code in Github under MIT.

Thanks to vscode-markdownlint (about diagnostic) vscode-ext-color-highlight (about decorations).

Old events

  • issue
  • pr
  • plugin in github
  • plugin in market

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft