-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
With this extension you can currently only swap between test and non-test files. In the past I have found that it would be useful to swap between more than just two file types. e.g. between test, non-test and locale files.
UI might be something like how https://marketplace.visualstudio.com/items?itemName=pustelto.bracketeer lets you swap quotes and bracket types.
This would require another type of key binding for maximum utility.
e.g.
ctrl+shift+uto swap between test/non-test filesctrl+k ctrl+shift+uto swap to the next option in the list of possible files to swap too, or to open a quick action to select the file type to swap too.
User interaction would be:
ctrl+k ctrl+shift+u- Observe list of places to swap to, type in "t" for test, "l" for local, "s" for source.
- Press enter to swap to that file.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request