主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Kozhevnikov
活动总数
15
最后的活动
2023年01月23日 18:55
成员加入日期
2018年12月17日 09:44
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
文章(0)
帖子(0)
评论(8)
Dmitry Kozhevnikov
进行了评论,
2023年01月23日 18:52
It's more clear now, thanks! Unfortunately, I don't think there is a way for you to get exactly what you need - the specific set of files attached to each CMake target is not persisted for performa...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language resolver "resolved in the context of <target>"
0 票
Dmitry Kozhevnikov
进行了评论,
2023年01月17日 13:49
Hi Jeffrey! Before digging into the details I'd like to mention that the C++ support in CLion is undergoing a major rework, and chances are the C++ integration part of your plugin will become obsol...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language resolver "resolved in the context of <target>"
0 票
Dmitry Kozhevnikov
进行了评论,
2021年11月22日 13:03
I see, sorry for the delay. You need to: Create an instance of OCQualifiedName: val qn = OCQualifiedName.parse(qualifiedNameStr); use OCGlobalProjectSymbolsCache.processTopLevelSymbols, passing...
社区
IntelliJ IDEA Open API and Plugin Development
Getting PSI of C++ class in Android Studio
0 票
Dmitry Kozhevnikov
进行了评论,
2021年11月10日 13:58
Hi Tom! Unfortunately, this API is not considered public, so no documentation/examples exist for it. Also, as you mentioned, it's expected to be sunset (we now estimate it late 2022, but that's by ...
社区
IntelliJ IDEA Open API and Plugin Development
Getting PSI of C++ class in Android Studio
0 票
Dmitry Kozhevnikov
进行了评论,
2021年08月03日 21:00
Hi Shantanu, thanks for the interest in CLion plugins. Generally, the C/C++ PSI is not considered the public API, and is subject to a change in the future. If you still want to proceed with the plu...
社区
CLion
Code inspection plugin for C/C++
0 票
Dmitry Kozhevnikov
进行了评论,
2020年03月11日 16:42
Hi, Alexey! If you have just a macro name, and not the original file it comes from, the easiest way would be something like Project project = myProject;Processor<OCSymbol> symbolProcessor = symbol ...
社区
CLion
Plugin development
0 票
Dmitry Kozhevnikov
进行了评论,
2019年07月16日 17:08
Hi Mykola, sorry for the confusion. Your scenario should work out of the box, without additional actions. It looks like an incorrect profile might be picked by the code highlighter (not the one tha...
社区
CLion
How can I specify additional include files?
0 票
Dmitry Kozhevnikov
进行了评论,
2018年12月17日 09:56
There is also com.intellij.psi.impl.source.tree.ForeignLeafPsiElement that comes together with com.intellij.lang.ForeignLeafType - basically, it's a more or less normal zero-length leaf element, bu...
社区
IntelliJ IDEA Open API and Plugin Development
Stub count doesn't match stubbed node length crash in Custom Plugin
0 票