Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kirill Smelov
Total activity
38
Last activity
October 18, 2022 13:48
Member since
May 17, 2018 16:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Articles (0)
Posts (0)
Comments (25)
Sort by recent activity
Recent activity
Votes
Created
December 03, 2019 07:21
Hello. Actually, PhpStorm supposed to inherit types for foreach keys on IteratorAggregate inheritors by design, but don't this at the moment because of bug. Please vote for https://youtrack.jetbrai...
Community
IntelliJ IDEA Open API and Plugin Development
[PHP] How to provide type for foreach items in class implementing IteratorAggregate?
0 votes
Created
December 03, 2019 07:18
Hello! Thank you for pointing this out. Right now we're in process of stabilizing external type inference API, there is no complete documentation yet, but we're working on it and it will be provide...
Community
IntelliJ IDEA Open API and Plugin Development
PhpTypeProvider2 vs PhpTypeProvider3 vs PhpTypeProvider4
0 votes
Created
November 22, 2019 15:45
Hello. Please try com.jetbrains.php.lang.psi.elements.impl.VariableImpl#getType
Community
IntelliJ IDEA Open API and Plugin Development
How to get the object info from variable?
0 votes
Edited
December 21, 2018 17:08
If you invoke your action on selected folder/directory you can obtain it from event via com.intellij.openapi.actionSystem.LangDataKeys.IDE_VIEW.getData(e.getDataContext()).getOrChooseDirectory() Af...
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Created
December 19, 2018 15:10
Please provide full code of your action class.
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Created
December 19, 2018 10:15
com.intellij.psi.PsiFileFactory#createFileFromText will create non-physical file which is writable, but yet not present in your project, you have to add it. PsiManager.getInstance(e.getProject()).f...
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Edited
December 19, 2018 09:55
Where is your file located? Try to use com.intellij.openapi.vfs.VirtualFileSystem#findFileByPath (via com.intellij.openapi.vfs.LocalFileSystem#getInstance) to find it, will it help?
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Created
December 19, 2018 09:32
Hey. Here are general IntelliJ guidelines on PSI concept http://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/psi.html - it can give you more general picture. Also consider us...
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Created
October 02, 2018 09:35
Hello! Unfortunately, for now there is no way to provide custom references on method call programatically. We have technical issue about this ability: https://youtrack.jetbrains.com/issue/WI-42266....
Community
IntelliJ IDEA Open API and Plugin Development
Can I write an PHP extension to define "undefined" magic methods
0 votes
Edited
July 02, 2018 16:20
Unfortunately I still can't figure out why you has such error based on code you provided. Is there any chance that you can share the whole plugin with us so I can debug it and spot the problem? It ...
Community
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 votes
«
First
‹
Previous
Next
›
Last
»