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.