主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tagir Valeev
活动总数
15
最后的活动
2022年09月08日 12:47
成员加入日期
2018年08月13日 09:21
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
文章(0)
帖子(0)
评论(8)
Tagir Valeev
进行了评论,
2022年09月08日 12:47
Hm... I don't know this code pretty well but from what I see, you are creating the setters private (getAccessorsVisibility(): String = PsiModifier.PRIVATE) but you are encapsulating public fields (...
社区
IntelliJ IDEA Open API and Plugin Development
Error while executing EncapsulateFieldsProcessor
0 票
Tagir Valeev
进行了评论,
2021年08月27日 04:53
> and the first thing I have to do is undo what was done based on the lookup string to then do the actual completion Looks like it's an ok approach, given the currently existing API. Do you have an...
社区
IntelliJ IDEA Open API and Plugin Development
Code-completion without applying initial lookupString
0 票
Tagir Valeev
进行了评论,
2021年08月24日 05:38
Using separate dummy identifiers for different contributors would likely be slow, as when a dummy identifier is introduced, a complete non-physical copy of the file is created and parsed. Usually, ...
社区
IntelliJ IDEA Open API and Plugin Development
DummyIdentifier and CompletionContributor order
0 票
Tagir Valeev
进行了评论,
2020年12月04日 02:56
正式评论
Hello! It looks like you've hit a java compiler bug that was introduced in Java 9. Reported it to OpenJDK issue tracker: JDK-8257740. Unfortunately, we cannot fix it on the IntelliJ IDEA side. But ...
社区
IntelliJ IDEA Open API and Plugin Development
Issue Compiling Plugin with Java 11
0 票
Tagir Valeev
进行了评论,
2019年10月18日 11:28
From what I can see, you've hit a problem which I filed as IDEA-225113. We fixed it and will backport to 2019.3.
社区
IntelliJ IDEA Users
Any trick to getting @MagicConstant work in libraries?
0 票
Tagir Valeev
进行了评论,
2018年11月26日 09:01
Root, my previous answer answers your question as well: > Unfortunately our Java data flow analysis is not part of open API and can be changed without notice, so I would not recommend reusing parts...
社区
IntelliJ IDEA Open API and Plugin Development
Need pointers for implementing my own data flow analysis
0 票
Tagir Valeev
进行了评论,
2018年09月24日 08:15
正式评论
This is a feature, not bug. Some users like it, as often you declare variable with more abstract type, then want to make it more specific to access more methods, especially together with "Too weak ...
社区
IntelliJ IDEA Users
Code Completion shows subclass methods
0 票
Tagir Valeev
进行了评论,
2018年08月13日 09:21
正式评论
Hello! Unfortunately our Java data flow analysis is not part of open API and can be changed without notice, so I would not recommend reusing parts of it in the plugin. Could you explain in more det...
社区
IntelliJ IDEA Open API and Plugin Development
Need pointers for implementing my own data flow analysis
0 票