Skip to content

Support jump to test "always" #639

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

Closed
compnerd opened this issue Nov 20, 2023 · 1 comment
Closed

Support jump to test "always" #639

compnerd opened this issue Nov 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@compnerd
Copy link
Member

Is your feature request related to a problem? Please describe.
The jump to test is very convenient. However, it only appears when the file is open. However, often times, when debugging the test suite, it is that you hit the test without having touched it and the source file is not open. It would be nice to have the jump to test in those scenarios as well that would open and jump to the correct location.

Describe the solution you'd like
When the test suite is run (or even better when it is built), we have jump to test definition to quickly jump to the test definition even when the test source file is not open.

Describe alternatives you've considered
Opening all the test sources immediately, but this quickly becomes intractable when you have 100s of files with the tests.

Additional context

@compnerd compnerd added the enhancement New feature or request label Nov 20, 2023
@adam-fowler
Copy link
Contributor

This is a duplicate of #192

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

No branches or pull requests

2 participants