mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
explore_api.md: fix border
This commit is contained in:
parent
3c1a048855
commit
3b2562e2fc
@ -31,7 +31,7 @@ Another way to discover EPs is by using autocompletion or navigating through EP
|
||||
When you open a new tag in your <path>plugin.xml</path> file (inside the `extensions` block with `defaultExtensionNs="com.intellij"`),
|
||||
the IDE will automatically suggest possible EPs.
|
||||
|
||||
<img src="plugin_xml_completion_suggestion.png" alt="Using Completion Suggestions" width="706" animated="true"/>
|
||||
<img src="plugin_xml_completion_suggestion.png" alt="Using Completion Suggestions" width="706" animated="true" border-effect="rounded"/>
|
||||
|
||||
This is the first step in discovering new features that haven't been explicitly mentioned in the IntelliJ Platform Docs.
|
||||
Note that in the completion popup you can call
|
||||
|
Loading…
x
Reference in New Issue
Block a user