Feature request : Shortcut to create tests
See original GitHub issueWould be nice to have a shortcut to create test when we have one of those popup:
A bonus would be that if the class is a widget it create a template for widget test, if not unit test.
That a functionality we have already on Android:
It’s very useful because it create a template test file directly in same place/package as the class.
For our case if we have a class in lib/catalog/bloc/mybloc.dart
it will create a test file in test/catalog/bloc/mybloc_test.dart
Issue Analytics
- State:
- Created 5 years ago
- Reactions:31
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Create tests | GoLand Documentation - JetBrains
The simplest way of creating a new test file in GoLand is by using a dedicated shortcut that you can invoke from your...
Read more >Feature Request- Keyboard shortcut for Selection Mode
Hey @petebankhead and the QuPath Team- I have a tiny feature request- could you make a keyboard shortcut for Selection Mode?
Read more >Feature Request: Add More keyboard shortcut - Feedback
Feature Request : Add More keyboard shortcut · Make quick actions usable without the mouse, something like hit CMD+K, get a panel with...
Read more >Where is the "Create Unit Tests" selection? - Stack Overflow
Click on the Create Unit Tests... menu item and click Move Down until it's on/under the "Run tests.." Command. Then click Close. Restart...
Read more >Keyboard shortcuts for Azure DevOps and Team Explorer
Page-specific shortcuts only work when in a specific page. For example, type g c to open the Code page, and then type c...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s been 3 years. Please, add this feature already
A feature like this is now a part of the Flutter VSCode Addon.
Is it also planned for IntelliJ?