Skip to content

Commit

Permalink
plugin_extensions.md: note code insight features
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Dec 6, 2019
1 parent 485daa8 commit 5eff69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/plugin_structure/plugin_extensions.md
Expand Up @@ -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 `<extensions>` 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.
Expand Down

0 comments on commit 5eff69a

Please sign in to comment.