初步实现了 Capability 相关的方法跳转与缺失提示(marker图标提示)等内容,足以支持简单的能力层级开发。注解相关的IDEA提示功能待后续实现。
This commit is contained in:
6
src/main/resources/icons/implement_to_capability.svg
Normal file
6
src/main/resources/icons/implement_to_capability.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="20" height="20" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="10" fill="none" stroke="#77F6FFFF" stroke-width="1"/>
|
||||
<text x="16" y="20" text-anchor="middle" fill="#77F6FFFF" font-size="12" font-weight="bold">C</text>
|
||||
<line x1="28" y1="16" x2="28" y2="5" stroke="#D7D7D7FF" stroke-width="1" stroke-linecap="round"/>
|
||||
<path d="M26 8 L28 5 L30 8" fill="none" stroke="#D7D7D7FF" stroke-width="1" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 488 B |
Reference in New Issue
Block a user