Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
August 02, 2015 21:20
There's no standard way. But you surely can reuse the parser code by supplying it with some parameters.
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
August 03, 2015 20:56
No, it's not possible. You can stub their composite parents.
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
August 07, 2015 10:10
Yes, such strings should be treated as composite elements with multiple children. There's nothing special in it. You can see how it's done in Groovy support (e.g. GrString interface)
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
August 10, 2015 06:57
It's hard to tell from the information you give. It can be that you try to walk PSI tree from elementType.indexStub, where only stubs are available, not PSI. In that case, you can add all the neces...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
April 27, 2015 05:13
When calling withPrefixMatcher, just pass a string there that contains the "@" prefix. If you have a PsiReference in those elements, you can also make sure that reference ranges cover those special...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
April 27, 2015 10:55
resultSet = resultSet.withPrefixMatcher("@" + resultSet.getPrefixMatcher().getPrefix())...resultSet.add...You don't have to pass it back, it should work this way.As for live consulation, that's not...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
May 13, 2015 10:54
Which PSI elements are the annotations attached to? Please try to attach them to leaf elements whenever possible (e.g. name identifiers). Otherwise the highlighting might notice that the underlying...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
August 26, 2008 11:16
In what extent does intellij7 support language dialects? See there is no screen where language dialects can be associated to files (like in 8.0). Is there any way to do this programmatically?Tell ...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.lang.LanguageDialect with idea 7.0
0 votes
Created
August 13, 2008 09:49
IDEA build - > 7935Spring plugin from same build1. SpringManager.getInstance(Project).getLocalSpringModel(XmlFile)need some XmlFile where i should take it ?You know where to add your bean (which fi...
Community
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 votes
Created
December 24, 2008 11:53
Oh yes. Some completion clients assume that when they are invoked, a full-blown completion is in progress. And I can understand that. Will be fixed in next EAP.
Community
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 votes
«
First
‹
Previous
Next
›
Last
»