Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nico Löber
Total activity
31
Last activity
April 23, 2024 15:07
Member since
February 23, 2022 19:20
Following
1 user
Followed by
0 users
Votes
3
Subscriptions
9
Activity overview
Posts (6)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
April 14, 2022 16:51
This did the trick, it finally works! Thank you so much, Kirill Smelov!
Community
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 votes
Created
April 11, 2022 10:08
Kirill Smelov do you have any news on this? I still couldn't find my mistake.
Community
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 votes
Created
April 05, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 votes
Created
April 05, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 votes
Edited
April 05, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Reading PHP Remote Interpreter Path
0 votes
Created
April 03, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
how to target multiple IDEs with language support
0 votes
Created
March 02, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Refresh DataSource automatically
0 votes
Created
March 02, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom PHP Interpreter from Plugin
0 votes
Created
February 25, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom PHP Interpreter from Plugin
0 votes
Created
February 23, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom PHP Interpreter from Plugin
0 votes
«
First
‹
Previous