Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

`CTRL+SHIFT+H` does not reveal / focus the replace field in the search panel #8

Closed Kroc closed 6 years ago

Kroc commented 6 years ago

ActivitusBar adds a shortcut CTRL+SHIFT+H overriding the same built in command to show/focus the search pane in replace mode. VSCode normally reveals the replace field (if hidden) and focuses it. ActivitusBar is not doing this!

Gruntfuggly commented 6 years ago

Weird! Try the latest version - seems to work properly now. Oddly, it was using 'workbench.action.replaceInFilesWithSelectedText' before, which didn't work. I've replaced it with 'workbench.action.replaceInFiles' which seems to work properly!?