Adel Faizrakhmanov
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
Adel Faizrakhmanov 创建了一个帖子, Weird indexing of Go files
Hi. I'm trying to implement some indexing of Go files. And there is some strange behaviour. Sometimes it looks like there was only lexer structures(LeafElement, WhiteSpace, etc.) usually on IDE sta... -
-
Adel Faizrakhmanov 进行了评论, -
Adel Faizrakhmanov 创建了一个帖子, ReferenceContributor doesn't catch needed
Hi. I'm trying to implement this issue(https://youtrack.jetbrains.com/issue/WI-16368) as a plugin. And CompletionContributor works ok. public class TargetCompletionContributor extends CompletionCon... -
-
Adel Faizrakhmanov 进行了评论, -
Adel Faizrakhmanov 创建了一个帖子, com.jetbrains.php classes availability
Hello. I'm writing plugin for PhpStorm and it would be wonderfull if I can use classes from com.jetbrains.php.* packages in it. But they are not available.Is there any possibility to use it somehow...