wasyl
04/15/2021, 10:06 AMval foo: Foo = createFoo()
with caret somewhere in createFoo
, pressing cmd + shift + b
will navigate to Foo
. Nice 👍
What I want is with:
val foo: Flow<Foo> = createFooFlow()
with caret somewhere inside createFooFlow
to navigate to the generic parameter, Foo
, instead of Flow
. Is there a shortcut for this, or any other way to easily navigate to Foo
?Javier
04/15/2021, 10:14 AMwasyl
04/15/2021, 10:16 AMwasyl
04/15/2021, 10:21 AMKTIJ
project, oh wellspand
04/15/2021, 11:07 AMwasyl
04/15/2021, 11:15 AMuli
04/28/2021, 3:34 PM+---------------+
| String |
+---------------+
| Array ->|
+---------------+