javanoob

- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
-
javanoob 创建了一个帖子, 已回答IllegalStateException: 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 创建了一个帖子, 已回答Autocompletion 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答I 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 创建了一个帖子, 已回答PsiReferenceContributor 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 ... -
-