主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Adel Faizrakhmanov
活动总数
12
最后的活动
2025年09月30日 12:22
成员加入日期
2013年02月04日 23:43
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(3)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2025年09月30日 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...
社区
PhpStorm
Showing Laravel Idea shortcuts in Distraction Free Mode
0 票
创建于
2013年04月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
com.jetbrains.php classes availability
0 票
创建于
2013年02月05日 11:26
So easy... Thank you, Dmitry.
社区
IntelliJ IDEA Open API and Plugin Development
com.jetbrains.php classes availability
0 票
创建于
2016年02月17日 14:23
I use standard PhpStorm PsiElements... not my own. I think getReferences() already implemented there.
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 票
创建于
2016年02月17日 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).
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 票