android_studio.md: link EP list

This commit is contained in:
Yann Cébron 2021-05-12 11:56:41 +02:00
parent 0875ebfcb3
commit 7350c6b504

View File

@ -72,6 +72,10 @@ Otherwise, if only general IntelliJ Platform features (APIs) are used, then a de
```xml
<depends>com.intellij.modules.androidstudio</depends>
```
### Android Specific Extension Points
See _Android_ section in [Extension Point List](extension_point_list.md#android).
## Additional Articles and Resources
* Discussion of extending Android Lint - [How to Register AndroidLintInspectionBase in IntelliJIdea Plugin](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360005018559-How-to-register-AndroidLintInspectionBase-in-IntellijIdea-Plugin)