Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to view all results in one editor #40

Open
paustint opened this issue Feb 20, 2024 · 2 comments
Open

Ability to view all results in one editor #40

paustint opened this issue Feb 20, 2024 · 2 comments

Comments

@paustint
Copy link

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):

image

@jayu
Copy link
Contributor

jayu commented Feb 23, 2024

Hi, thanks for creating an issue!

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 ?

@paustint
Copy link
Author

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'`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants