Search In Open Editors (#107756)

* Initial work on "search in open editors"

* Update wording

* Update messaging for open editors config

* Add command to open all git changes (in association with searching in all open editors)

* Add strict parsing mode to search using providers for specific files

* Clean

* Remove log

* Naming

* Transfer open editors config to search editor

* Pass in more places

* Add some testing
This commit is contained in:
Jackson Kearl
2021-01-21 16:59:07 -08:00
committed by GitHub
parent 9f9d1a76d9
commit 7e55fa0c54
15 changed files with 304 additions and 71 deletions

View File

@@ -71,6 +71,11 @@
"category": "Git",
"icon": "$(compare-changes)"
},
{
"command": "git.openAllChanges",
"title": "%command.openAllChanges%",
"category": "Git"
},
{
"command": "git.openFile",
"title": "%command.openFile%",