This plugin for IntelliJ and Android Studio adds Kotlin extension functions and extension properties which are defined for a Kotlin or Java class to the Structure View of that class.
⚠️ This plugin requires K2 Mode to be enabled in IntelliJ. To enable K2 mode, go toPreferences/Settings|Languages & Frameworks|Kotlinand tick theEnable K2 Kotlin modecheckbox.
To configure the plugin, go to Settings -> Tools -> ExtSee. To quickly toggle these options, use Find Action and search for 'ExtSee'.
When extensions are shown, public extensions and internal extensions defined in the project are always shown.
When the Non-public toggle of the Structure View is enabled internal extensions defined in libraries are also shown. private extensions are never shown.
Installation: The plugin can be found in the JetBrains Plugins Repository. To install from IntelliJ/Android Studio: go to Settings -> Plugins -> Browse repositories... and search for "ExtSee".
Plugin icon: copyright JetBrains s.r.o. and contributors, governed by the Apache 2.0 license.