Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Sargo Tar

Avatar
  • Total activity 61
  • Last activity April 28, 2021 16:04
  • Member since January 21, 2020 09:58
  • Following 0 users
  • Followed by 0 users
  • Votes 9
  • Subscriptions 17
Activity overview Posts (11) Comments (24)
Sort by recent activity Recent activity Votes
  • Created March 17, 2021 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
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. How to register findusagesprovider
    • 1 vote
  • Created April 28, 2021 16:04
    Here you are
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. PsiReferenceProvider doesn't work with Well Formed XML files
    • 0 votes
  • Created April 28, 2021 16:03
    class XmlReference(element: PsiElement, private val targets: List<PsiElement?>) : PsiReferenceBase<PsiElement?>(element, TextRange(0, element.text.length + 3)), PsiPolyVariantReference { over...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. PsiReferenceProvider doesn't work with Well Formed XML files
    • 0 votes
  • Created April 28, 2021 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...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. PsiReferenceProvider doesn't work with Well Formed XML files
    • 0 votes
  • Next ›
  • Last »
Copyright © 2000– JetBrains s.r.o.