Hi folks. Does anyone know how to enable navigatio...
# android-studio
s
Hi folks. Does anyone know how to enable navigation directly to generated files within Android Studio? For example, if I click on
MyFragmentArgs.kt
(which has been generated by the
androidx.navigation.safeargs
plugin) it'll bring me to the
navigation.xml
file rather than the actual Kotlin class that was generated. Pretty sure there's a setting for this but I can't find it within Android Studio 🤔