iamcco / coc-flutter

flutter support for (Neo)vim
472 stars 38 forks source link

Go to test #162

Open AdrienLemaire opened 2 years ago

AdrienLemaire commented 2 years ago

Describe the feature On VScode, an option "go to tests" exists, that will:

It would be nice to have the option to :CocCommand flutter.goToTests and get the same behavior on vim :)

dkbast commented 1 year ago

yes this would be amazing - a next logical step would be that renaming/moving one file also results in renaming/moving the other file. This could maybe also be done via a custom_lint rule e.g. "have matching paths and names for test and implementation"'