Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Artemy Pestretsov
Total activity
10
Last activity
July 03, 2024 08:25
Member since
September 20, 2023 10:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Articles (0)
Posts (0)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
July 03, 2024 08:25
Hi javanoob ! The correct way of working with types in PhpStorm plugins is usually by calling getType().global(project) . Please try it and come back if you need further help!
Community
IntelliJ IDEA Open API and Plugin Development
I do not get the correct Returntype for the PHP method?
0 votes
Created
April 03, 2024 11:57
Oh, ok, I see. This is the limitation of injected fragments right now. But you can extend existing facilities through respective APIs (extension points)
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
-1 votes
Edited
April 03, 2024 07:55
It is not possible out of the box. resolve/autocomplete/inspections should work fine with definitions from other files, but probably will struggle within one file. You could try to hack over those ...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
0 votes
Created
April 02, 2024 17:31
It will have some autocomplete and some inspections:
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
1 vote
Edited
April 02, 2024 17:15
Hi yoskaldyr ! This is indeed possible, however it won't be exactly the same quality in terms of user experience than using regular <?php …… ?> tagsIf you still want to proceed with <php></php> tag...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
1 vote
Created
April 02, 2024 17:15
This will look like:
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
1 vote
Created
September 20, 2023 10:42
Hi, Prihod! We have a set of API to allow to add libraries from plugins, please check out `com.jetbrains.php.config.library.PhpLibraryRoot`, `com.jetbrains.php.config.library.PhpLibraryRoot#EP_NAM...
Community
IntelliJ IDEA Open API and Plugin Development
phpstorm Dynamically creating an external library
0 votes