This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
should we preserve the whole selection when we jump to a file? #1793
Open
Description
In #1767, if you command click to have multiple cursors, we pluralize the "jump to file" button to say "jump to files" and then open a new file for every cursor when you click the "jump to files" button.
@kuychaco and myself both expected the button to be pluralized when a selection spans multiple files, rather than multiple cursors.
- Let's validate what our users expect this button to do with some users who aren't us. I suspect I wouldn't have made the assumption that I made if I wasn't actively trying to QA something a team mate had built that I knew about.
-If users do want the entire selection to be preserved, let's implement this in the future because this is edge casey and shouldn't block shipping pr 1767.