更新 Readme.md
This commit is contained in:
parent
7eca861af1
commit
2f7a0feab9
11
Readme.md
11
Readme.md
@ -23,16 +23,15 @@
|
||||
|
||||
## Extension Points
|
||||
|
||||
| Name | Implementation | Desc |
|
||||
|----------------------------------------|---------------------------------------------------------|----------------------------|
|
||||
| `UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] | `Configurable` |
|
||||
| `UpdateReferencesByProjectChain` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain] | `PersistentStateComponent` |
|
||||
| `ReUpdateReferencesByProjectChain` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain] | `PersistentStateComponent` |
|
||||
| Name | Implementation |
|
||||
|----------------------------------------|---------------------------------------------------------|
|
||||
| `com.dida.didanugetextension.action.UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] |
|
||||
| `com.dida.didanugetextension.action.UpdateReferencesByProjectChainAction` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain]|
|
||||
| `com.dida.didanugetextension.action.ReUpdateReferencesByProjectChainAction` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain]|
|
||||
|
||||
## Reference
|
||||
*Reference: [Plugin Extension Points in IntelliJ SDK Docs][docs:ep]*
|
||||
|
||||
|
||||
[docs]: https://plugins.jetbrains.com/docs/intellij/
|
||||
[docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html
|
||||
[file:UpdateSolutionReferencesAction]: ./src/main/java/com/dida/didanugetextension/action/UpdateSolutionReferencesAction.java
|
||||
|
||||
Loading…
Reference in New Issue
Block a user