Open
Description
When using the peek view (such as when using Go to References
), it would be nice to open multiple files in new tabs at the same time.
Currently, if I want to make changes in each of the referencing files, I have to either:
- Open a single file, make changes, go back to referenced file, and search for references again
- Use mini peek editor (this is a tough constraint when working on larger refactors)
It would be nice if we could ctrl+click multiple files, and then perhaps right click with an option to "Open files in new tabs".