-
Notifications
You must be signed in to change notification settings - Fork 15
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
Double-click on test results describe/on/it does not jump to source #65
Comments
@rrva It is expected, there isn't a way to get source code location at runtime. |
Is there anything planned in the spek framework that will make this possible, or any known workarounds? |
It's really a language limitation, no known workarounds. We could parse the source code, but that's a bit too much. Another option is a compiler plugin, but there isn't any documentation about it (and the API is most likely not stable). |
This is one of the top productivity issues with this plugin for me. |
The top level (navigate to class) doesn't work for me either. Right-clicking on it shows "Nothing here". Version Android Studio's built-in So it should be possible for the |
@raniejade maybe at least implement to go to File/Class anywhere you click will open this File/Class What do you think ? at least something to navigate to source code |
In the test results window, when I double-click on any of the describe/on/it levels I expect
the editor to jump to the source location of the corresponding block. Double-clicking does nothing.
The text was updated successfully, but these errors were encountered: