mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
plugin_configuration_file.md: Clarify extensionPoint@area recommendation
This commit is contained in:
parent
a29defe700
commit
017a73ef75
@ -691,11 +691,15 @@ Attributes
|
||||
|
||||
The scope in which the [extension](plugin_extensions.md) is
|
||||
instantiated.
|
||||
It is not recommended to use non-default values.
|
||||
|
||||
Allowed values:
|
||||
- `IDEA_APPLICATION` _(default)_
|
||||
- `IDEA_PROJECT`
|
||||
- `IDEA_MODULE` (**deprecated**)
|
||||
|
||||
**It is strongly recommended not to introduce new project- and module-level extension points.**
|
||||
If an extension point needs to operate on a `Project` or `Module` instance, declare an application-level extension
|
||||
point and pass the instance as a method parameter.
|
||||
|
||||
Children
|
||||
:
|
||||
|
Loading…
x
Reference in New Issue
Block a user