linwancheng
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 12
-
创建于 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... -
创建于 How to get KtFunction supperMethod and overrideMethod
已回答like java:``` val scope = GlobalSearchScope.projectScope(func.project) OverridingMethodsSearch.search(func, scope, true).filterNotNull() func.findSuperMethods().toList()``` -
-
创建于 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... -
已编辑于 inspectionProfiles use file like defaultLiveTemplates
已回答like<defaultLiveTemplates file="/liveTemplates/myLiveTemplates.xml"/>use like<inspectionProfiles file="/inspectionProfiles/myInspectionProfiles.xml"/>myInspectionProfiles.xml (copy from ".idea/insp... -
创建于 plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ IDEA
已回答I update My Plugin to support multi IDE by `<depends optional="true" config-file="` but Marketplace say "plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ ID... -
创建于 How to get sql comment for table and column
已回答I use com.intellij.sql.SqlDocumentationProvider#findRelatedDbElements(com.intellij.psi.PsiElement, boolean) to get the sql table and column comment in 2020.1, but this method not found in new version. -
创建于 Easier to filter data and copy column names
已回答1.Just like the picture, Add a row of input box, input the value to filter the results of the corresponding column equal to a certain value, without writing something like "sys_created like '153%'"...