主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2850
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1086
活动概览
文章(0)
帖子(0)
评论(1721)
按最近的活动排序
最近的活动
投票数
创建于
2022年02月01日 12:37
Hi Reece, Could you please provide the first code snippet? It seems to be missing after: This allows a user to navigate to the module/function from the XML element referencing it. The relevant cod...
社区
IntelliJ IDEA Open API and Plugin Development
Caching project-wide PSI elements by language
0 票
已编辑于
2022年02月01日 11:54
Hi Ralph, I've tested your project and actually, it couldn't find references for some variables. I used your previous example project I had on my disk. After some time I decided to clear indexes (F...
社区
IntelliJ IDEA Open API and Plugin Development
Seemingly random behavior for Find Usages
0 票
创建于
2022年02月01日 09:42
Hi Max, What do you mean by turning off auto-save? It shouldn't be possible to disable it (Appearance & Behavior / System Settings / Autosave has some options for it). IDE triggers autosave in vari...
社区
IntelliJ IDEA Open API and Plugin Development
ask for save file before running external process ?
0 票
创建于
2022年01月31日 15:39
Hi Max, You can use FileDocumentManager.getInstance().saveAllDocuments() method before you execute an external process that works on the edited files.
社区
IntelliJ IDEA Open API and Plugin Development
ask for save file before running external process ?
0 票
已编辑于
2022年01月31日 15:45
Hi Tokugawa, For File Templates, please take a look at how the example plugins implement com.intellij.fileTemplateGroup extension: https://jb.gg/ipe?extensions=com.intellij.fileTemplateGroup We w...
社区
IntelliJ IDEA Open API and Plugin Development
How to share the File Templates via IntelliJ IDEA plugin
0 票
创建于
2022年01月31日 10:39
Hi, I can't see your code and don't understand the algorithm, but maybe you skip white space elements when you process the XML PSI tree?
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml find indents between tags
0 票
创建于
2022年01月27日 13:49
Hi Andy, The Java functionality was extracted from the platform to the separate Java plugin. You have to: Add <depends>com.intellij.modules.java</depends> in your plugin.xml. Add "com.intellij.ja...
社区
IntelliJ IDEA Open API and Plugin Development
Class `com.intellij.ide.util.TreeClassChooserFactory` Missing From `com.jetbrains:ideaIC:2021.3.1`
0 票
创建于
2022年01月26日 10:37
Hi, There is no API for checking if an IDE is run in debug mode. Please clarify your use case, so maybe we will find another solution. For checking if a code is run from a unit test, please check c...
社区
IntelliJ IDEA Open API and Plugin Development
Distinguish between debug and release build in runtime?
0 票
已编辑于
2022年01月25日 15:47
Hi, Why do you have the static modifier in your class header? It seems that you have a nested class, and you reference it wrongly in the plugin.xml file. It should be done with dollar character: <p...
社区
IntelliJ IDEA Open API and Plugin Development
ServiceManager.getService for ProjectService creation gives null value
0 票
创建于
2022年01月25日 15:29
Hi Gili, You can find all YAML files using com.intellij.psi.search.FileTypeIndex.getFiles(). Then you can use the snippet you pasted to get PsiFile: PsiManager.getProject(project).findFile(virtual...
社区
IntelliJ IDEA Open API and Plugin Development
Split PSI file to PSI elements chunks
0 票
«
第一页
‹
上一页
下一页
›
最后
»