Skip to content

Consider Supporting Swapping Between Multiple File Types #10

@klondikemarlen

Description

@klondikemarlen

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+u to swap between test/non-test files
  • ctrl+k ctrl+shift+u to 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:

  1. ctrl+k ctrl+shift+u
  2. Observe list of places to swap to, type in "t" for test, "l" for local, "s" for source.
  3. Press enter to swap to that file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions