Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jon Akhtar
Total activity
383
Last activity
July 30, 2019 07:31
Member since
September 27, 2010 19:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
142
Activity overview
Posts (42)
Comments (199)
Sort by recent activity
Recent activity
Votes
Created
July 05, 2014 08:47
Do you use the DefaultWordScanner in your implementaiton of FindUsages?It breaks words using JavaIdentifierCharacters. That would explain Find Usages.Since it would not turn sym_head into <sym> <he...
Community
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
0 votes
Created
July 06, 2014 06:49
I want to say that your:sym_head is not really a reference to what you think it is.You should add a property that shows the resolved element so you can see it in PsiViewer.I have this on my referen...
Community
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
0 votes
Created
July 30, 2014 04:10
BTW, #6 is definately yes. If you point your SDK at the CE it will run the CE to test your plugin. This is also true of any other IDE. Like webstorm or phpstorm. Also, when you test your plugin it ...
Community
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 votes
Created
August 11, 2014 15:04
Many times the inspections rely on other annotators to run first. It is hard to say since the appCode source isn't available.Are you trying to run the inspection on a file that is open in the editor?
Community
IntelliJ IDEA Open API and Plugin Development
How do I run a particular inspection?
0 votes
Created
July 26, 2014 09:28
I assume you have an Action that executes when you select that menu item. In your action you can: public void actionPerformed(AnActionEvent event) { Editor editor = PlatformDataKeys.EDITOR.getDa...
Community
IntelliJ IDEA Open API and Plugin Development
How to Get Cursor Position in Class
0 votes
Created
October 18, 2014 02:20
There is already a facility to report errors. You can implement the error reporter in your pluginFor example:<errorHandler implementation="com.sylvanaar.idea.errorreporting.YouTrackBugReporter"/>I ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin usage statistics
0 votes
Created
June 09, 2011 09:39
Did you try my suggestion to call : com.intellij.psi.text.BlockSupport.reparseRange() ?Is your project open source. I'd like to take a looik at how you implemented your external parsing solution at...
Community
IntelliJ IDEA Open API and Plugin Development
Reparse after inserting PSI
0 votes
Created
June 09, 2011 02:18
I'm not sure why you would need to reparse since you went through all the trouble of modifying the tree.I have seen one method that lets you control parsing:com.intellij.psi.text.BlockSupport.repar...
Community
IntelliJ IDEA Open API and Plugin Development
Reparse after inserting PSI
0 votes
Created
January 11, 2011 12:28
I am having the same problem with my custom language. I have tried using the same lexer for both hilighting and parsing with no success.Is there perhaps something more to it than just that?
Community
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 votes
Created
September 29, 2013 05:51
The AstFactory just lets you build your PsiTree. There are only a few ast node types. The extension lets you add some code if you need to to help build the right psi nodes from the ast elements.,Le...
Community
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 votes
«
First
‹
Previous