vscode-search-everywhere icon indicating copy to clipboard operation
vscode-search-everywhere copied to clipboard

feature request: open/quick peek symbol while browsing search field

Open tonisives opened this issue 1 year ago • 1 comments

Thanks for a great extension!

It would be useful if I wouldn't have to press enter to go into the result, but instead see the results while browsing in the search field with up/down arrows.

It is a bit problematic when I don't know which method is the correct one. Now if I press enter on the incorrect method, I have to open the search field again and type in the keyword again, and scroll and find the result again.

tonisives avatar Apr 23 '23 10:04 tonisives

I directly change the local file and implement the peek logic. You may check it and replace it with your installed version of .vscode/extensions/kbysiec.vscode-search-everywhere-2.1.0

https://github.com/xzbdmw/vscode-search-everywhere-local

xzbdmw avatar Jan 06 '24 18:01 xzbdmw