You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to find all references to something and be able to see the results all in one editor so that I can use multi-cursor capabilities to mass-copy things to my clipboard and then do some editing as necessary to get the data into some format I can work with. (e.x. I often copy everything, delete a bunch of stuff, then put into a list, then I can remove duplicates/sort/etc..)
For example, when I use the native VSCode code search, I can press cmd+enter to get all the search results in an editor and I can do whatever I please with the results.
Would be nice to have some option to: "Show combined results in editor" type of thing
Example of what I was hoping to be able to do (from native vscode search):
The text was updated successfully, but these errors were encountered:
So essentially you would like to have an ability to export all search results into one text file, preferably automatically opened in VSCode for further edition, right?
May I ask what you do with the results, how do process them later?
Maybe CodeQue could support your more specific use case ?
In this particular use-case I just needed to replace the import to something different.
I wanted to change the from 'jsforce'; to from @jetstream/types'`
I want to find all references to something and be able to see the results all in one editor so that I can use multi-cursor capabilities to mass-copy things to my clipboard and then do some editing as necessary to get the data into some format I can work with. (e.x. I often copy everything, delete a bunch of stuff, then put into a list, then I can remove duplicates/sort/etc..)
For example, when I use the native VSCode code search, I can press
cmd+enter
to get all the search results in an editor and I can do whatever I please with the results.Would be nice to have some option to: "Show combined results in editor" type of thing
Example of what I was hoping to be able to do (from native vscode search):
The text was updated successfully, but these errors were encountered: