diff --git a/basics/plugin_structure/plugin_extensions.md b/basics/plugin_structure/plugin_extensions.md index 319e9b56e82..1040988fc02 100644 --- a/basics/plugin_structure/plugin_extensions.md +++ b/basics/plugin_structure/plugin_extensions.md @@ -20,7 +20,7 @@ different parts of the IDE behavior. ## Declaring Extensions -> **TIP** Auto-completion is available for all these steps. +> **TIP** Auto-completion, Quick Documentation and other code insight features are available on extension point tags and attributes. 1. Add an `` element to your plugin.xml if it's not yet present there. Set the `defaultExtensionNs` attribute to one of the following values: * `com.intellij`, if your plugin extends the IntelliJ Platform core functionality.