javanoob
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
javanoob created a post, AnsweredIllegalStateException: read job must've been cancelled" when Creating PHP Files in PhpStorm
My plugin creates PHP files through actions, but sometimes I get errors when creating and opening the created file in PhpStorm. Has anyone else experienced this or have any suggestions for troubles... -
-
javanoob created a post, AnsweredAutocompletion Stops Working When Adding psi.referenceContributor
I’m currently developing a Laravel IntelliJ plugin, and I’ve implemented both autocompletion and "Go to Declaration" functionality. Everything was working fine until I added the psi.referenceContri... -
javanoob created a post, AnsweredHow can I implement "Go to Declaration" functionality in a PHPStorm plugin?
Heeeeyyy :)I am developing a PHPStorm plugin for Laravel that provides autocompletion for form request fields. I've successfully implemented the autocompletion, but I am now trying to add "Go to De... -
-
javanoob created a post, AnsweredI do not get the correct Returntype for the PHP method?
I'm developing a plugin for IntelliJ PHPStorm, and I'm trying to extract every method from a PHP class in a PsiFile along with their return types. However, I'm encountering an issue where the retur... -
javanoob created a post, AnsweredPsiReferenceContributor is not working
When attempting to use the "Go to Declaration" feature, the expected behavior of navigating to the declaration of a variable or function is not occurring as intended. Th Config Object contains the ... -
-