Adel Faizrakhmanov
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Adel Faizrakhmanov created a post, 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 commented, -
Adel Faizrakhmanov created a post, 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 commented, -
Adel Faizrakhmanov created a post, 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...