linwancheng

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 11
-
linwancheng commented, -
linwancheng created a post, AnsweredHow 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 created a post, AnsweredHow to get KtFunction supperMethod and overrideMethod
like java:``` val scope = GlobalSearchScope.projectScope(func.project) OverridingMethodsSearch.search(func, scope, true).filterNotNull() func.findSuperMethods().toList()``` -
-
-
-
linwancheng created a post, -
-
-
linwancheng created a post, AnsweredHow 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...