-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)is enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Sometimes implementations live in src but the tests live in the same path without src:
The "Go to Test/Implementation" command currently assumes a perfect match. We should handle when src exists/doesn't as a fallback.
We should probably also support tests alongside the implementation (like lib/src/foo.dart <-> lib/src/foo_test.dart) since we have some other support for tests outside of test for users that like to keep them together.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)is enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
