Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kirill Smelov
Total activity
38
Last activity
October 18, 2022 13:48
Member since
May 17, 2018 16:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Articles (0)
Posts (0)
Comments (25)
Sort by recent activity
Recent activity
Votes
Edited
November 16, 2020 05:56
I'm afraid right now this is the only option available. You can create YT issue with request to expand our API though. IN your case you can still invoke getParent on identifier to make a decision a...
Community
IntelliJ IDEA Open API and Plugin Development
I'm unable to access a PHP Doc annotation element through PSI for element reference navigation
1 vote
Edited
May 17, 2018 16:32
Hi! To create custom action, please, perform the next steps: 1. Create action class. This class should extend com.intellij.openapi.actionSystem.AnAction class. 2. Register created action in your pl...
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm Plugin right-click
0 votes
Edited
October 18, 2022 13:48
Official comment
Hey. Indeed, LookupElementBuilder is responsible solely for items in completion list. Please see https://plugins.jetbrains.com/docs/intellij/references-and-resolve.html to learn how to implement re...
Community
IntelliJ IDEA Open API and Plugin Development
LookupElementBuilder usage to reference PHP class (from XML)
0 votes
Edited
April 14, 2022 16:02
Can you please try to explicitly set interpreter home path? It's used during deserialization of interpreters on IDE startup to decide on type of SDK interpreter.setHomePath(sdkData.getSdkId()); aft...
Community
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 votes
Created
April 05, 2022 14:06
This should normally work. Can you please provide complete example with setup code and the code that doesn't work?
Community
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 votes
Next
›
Last
»