linwancheng
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 12
-
-
linwancheng 创建了一个帖子, 已回答How to get the Comment for Vue tag attributes
Ctrl + Q at Vue tag attributes can see the Comment, how to get it in my plugin?Like JS, can use `JSDocumentationUtils.findOwnDocCommentForImplicitElement(element)`. I found it mybe from:package.jso... -
linwancheng 创建了一个帖子, 已回答How to get KtFunction supperMethod and overrideMethod
like java:``` val scope = GlobalSearchScope.projectScope(func.project) OverridingMethodsSearch.search(func, scope, true).filterNotNull() func.findSuperMethods().toList()``` -
-
-
-
linwancheng 创建了一个帖子, -
-
-
linwancheng 创建了一个帖子, 已回答How to get CSharp References comment
Many people have asked me to support Rider, and I have been researching for a long time.Other languages can obtain comments using psiElement.getReferences().resolve().C # does not have an object th...