Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Adel Faizrakhmanov
Total activity
12
Last activity
September 30, 2025 12:22
Member since
February 04, 2013 23:43
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
September 30, 2025 12:22
Hi, Lorenzo. Laravel Idea author here. Sorry for the late reply.You can use the “Related Symbol…” action for this. Just put the cursor inside the class and click Ctrl-Cmd-Arrow Up(Mac). Ctrl-Alt-Ho...
Community
PhpStorm
Showing Laravel Idea shortcuts in Distraction Free Mode
0 votes
Created
April 08, 2013 15:27
Enrique, you should add <PhpStorm folder>/plugins/php/lib/php.jar (this path is correct for PHPStorm 5) to SDKs classpath in Main menu>File>Project structure>SDKs>WebStorm...>classpath. It helped m...
Community
IntelliJ IDEA Open API and Plugin Development
com.jetbrains.php classes availability
0 votes
Created
February 05, 2013 11:26
So easy... Thank you, Dmitry.
Community
IntelliJ IDEA Open API and Plugin Development
com.jetbrains.php classes availability
0 votes
Created
February 17, 2016 14:23
I use standard PhpStorm PsiElements... not my own. I think getReferences() already implemented there.
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 votes
Created
February 17, 2016 14:36
The same thing. Autocompletion for @target class methods works. But IDEA doesn't have reference from this method calls to method declarations(which I want to implement).
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 votes