主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nico Löber
活动总数
31
最后的活动
2024年04月23日 15:07
成员加入日期
2022年02月23日 19:20
关注
1 名用户
关注者数
0 名用户
投票数
3
订阅数
9
活动概览
帖子(6)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2022年04月14日 16:51
This did the trick, it finally works! Thank you so much, Kirill Smelov!
社区
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 票
创建于
2022年04月11日 10:08
Kirill Smelov do you have any news on this? I still couldn't find my mistake.
社区
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 票
创建于
2022年04月05日 17:12
Hi Kirill Smelov, I prepared the following startup activity to reproduce the problem. 1. Adapt the package name of the class and register the startup action in PHPStorm 2. Run the IDE with this cod...
社区
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 票
创建于
2022年04月05日 11:24
Okay, I just noticed, this behavior just seems to occur on automatically configured interpreters, not on those created via the GUI.I guess I miss something when creating the interpreter?Sorry, I sh...
社区
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 票
已编辑于
2022年04月05日 11:11
Hello Kirill Smelov, thank you for your answer! Sadly this does not solve my problem.I do get the instacne of the PHP Interpreter, but I can not accesss the path of its configured binary.The follow...
社区
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 票
创建于
2022年04月03日 10:24
Hello Shalom Ben-Zvi, First of all, I just started developing IntelliJ plugins, so maybe my answer might not be correct to 100%. I would like to share my experiences with you anyway. If you like to...
社区
IntelliJ IDEA Open API and Plugin Development
how to target multiple IDEs with language support
0 票
创建于
2022年03月02日 17:49
Thank you very much Alexander Kass I was searching for something like the DataSourceUtil#performAutoSyncTask() for hours! I would like to note that you have to add dataSource.setAutoSynchronize(tr...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh DataSource automatically
0 票
创建于
2022年03月02日 11:02
I finally found the solution. In case someone else struggles about this, here are the adaptions to the official answer to make it work: To apply the "use existing container" setting, replace final ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom PHP Interpreter from Plugin
0 票
创建于
2022年02月25日 12:34
@... could you please give me some hint why final PhpRemoteSdkTypeData typeData = sdkData.getTypeData(); evaluates to null? Your code example looks like it should return an instance of PhpDockerCo...
社区
IntelliJ IDEA Open API and Plugin Development
Custom PHP Interpreter from Plugin
0 票
创建于
2022年02月23日 19:20
Thank you @... your code example helped a lot!I've got a working Interpreter now, but I still have two issues: sdkData.getTypeData() is null, causing the next if to be false, so the command is not ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom PHP Interpreter from Plugin
0 票
«
第一页
‹
上一页