主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sargo Tar
活动总数
61
最后的活动
2021年04月28日 16:04
成员加入日期
2020年01月21日 09:58
关注
0 名用户
关注者数
0 名用户
投票数
9
订阅数
17
活动概览
帖子(11)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2021年03月17日 21:22
The method com.intellij.lang.findUsages.MyUsagesProvider#getType is called always when you press CTRL and hover the cursor over the element even with no click. But once per 5 click CTRL + B
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
1 票
创建于
2021年04月28日 16:04
Here you are
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider doesn't work with Well Formed XML files
0 票
创建于
2021年04月28日 16:03
class XmlReference(element: PsiElement, private val targets: List<PsiElement?>) : PsiReferenceBase<PsiElement?>(element, TextRange(0, element.text.length + 3)), PsiPolyVariantReference { over...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider doesn't work with Well Formed XML files
0 票
创建于
2021年04月28日 16:03
companion object { private const val DEBUG_METHOD_NAME = "withName" private val DATASET_CONDITION = XmlPatterns.xmlTag().with(object : PatternCondition<XmlTag?>(DEBUG_METHOD_NAME) { ov...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider doesn't work with Well Formed XML files
0 票
创建于
2021年04月23日 16:08
Here you are import com.intellij.psi.*import com.intellij.psi.PsiReferenceRegistrar.HIGHER_PRIORITYimport com.intellij.psi.xml.XmlAttributeimport com.intellij.psi.xml.XmlTagimport com.intellij.util...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider doesn't work with Well Formed XML files
0 票
创建于
2021年04月13日 15:51
Thanks, helped, if (element !is XmlToken) returnval tag = element.parentif (tag !is XmlTag) return // check XmlTokenTypeval usages = mutableListOf<XmlAttribute>()//... fill usagesval subIcon = Nav...
社区
IntelliJ IDEA Open API and Plugin Development
Performance warning: LineMarker is supposed to be registered for leaf elements only
0 票
创建于
2021年04月11日 07:11
build.gradle.kts file import io.gitlab.arturbosch.detekt.Detektimport org.jetbrains.changelog.closureimport org.jetbrains.changelog.markdownToHTMLimport org.jetbrains.kotlin.gradle.tasks.KotlinCom...
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
已编辑于
2021年04月09日 09:40
It works, thank you, I've put the version into plugin.xml, and removed code with method patchPluginXml from file build.gradle.kts patchPluginXml { version(properties("pluginVersion")) sinceB...
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
已编辑于
2021年04月08日 13:02
It is almost empty <idea-plugin> <id>com.***</id> <name>plugin name</name> <vendor>***</vendor> <depends>com.intellij.modules.platform</depends> <extensions defaultExtensionNs="com.i...
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
创建于
2021年04月08日 11:19
If I don't specify untilBuild I can't install it too Intellije IDEA, it says untilBuild is not specified. I created plugin using template in GitHub
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
下一页
›
最后
»