初步实现了 Capability 相关的方法跳转与缺失提示(marker图标提示)等内容,足以支持简单的能力层级开发。注解相关的IDEA提示功能待后续实现。

This commit is contained in:
2025-10-21 21:54:09 +08:00
commit 1ecb91c546
27 changed files with 924 additions and 0 deletions

10
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>