Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.38 KB

File metadata and controls

20 lines (14 loc) · 1.38 KB

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 to Preferences/Settings | Languages & Frameworks | Kotlin and tick the Enable K2 Kotlin mode checkbox.

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.