初步实现了 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

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# PartnerIdeaAdapter
Partner 开发适配插件。
该插件配合项目 [Partner](https://github.com/slhafzjw/Partner) 中的Api模块使用可提供注解规范与跳转功能方便进行开发。
目前仅为能力相关注解提供了不同代码文件方法间的跳转实现IDEA提示、规范等内容待开发。
> 不得不说这官方文档是真不好看啊还得靠AI上手写好第一个`LineMarkerProvider`之后,第二个就熟悉多了。