Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksandr Slapoguzov
Total activity
4
Last activity
August 09, 2022 16:14
Member since
May 25, 2021 13:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Articles (0)
Posts (0)
Comments (2)
Aleksandr Slapoguzov
commented,
August 09, 2022 16:12
Go to Declaration doesn't work in your case because XML_TAG already has a reference to itself. You can change this behavior by creating your own XmlExtension(com.intellij.xml.XmlExtension) and over...
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceProvider on XmlTokenType.XML_NAME
0 votes
Aleksandr Slapoguzov
commented,
May 25, 2021 13:07
You need to implement your own FileViewProvider that extends MultiplePsiFilesPerDocumentFileViewProvider. Also, see this Tutorial: Custom templating language plugin
Community
IntelliJ IDEA Open API and Plugin Development
Template language (blade) support in custom language
0 votes