主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月07日 14:41
Hi Muhammad,Looking at your requirements, I would go with a regular plugin, as the use cases seem quite complex.
社区
IntelliJ IDEA Open API and Plugin Development
Access PyCharm Debugger to visualize Images from Python lists
1 票
创建于
2023年11月03日 07:17
Hi Abdul,Could you please share the solution so other developers facing the same issue can use it?
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
1 票
已编辑于
2023年11月02日 12:22
I understand that you muted syntax errors and added an annotator for reporting syntax error. Is it the case? If yes, then this decision is incorrect. Parser should be responsible for creating synta...
社区
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
1 票
创建于
2023年10月24日 09:13
Hi Saeed,Please configure it like this:intellij { pluginName = properties("pluginName").get() version = properties("platformVersion").get() type = properties("platformType").get() updateSinceUn...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin is not compatible with the current version of the IDE, because it requires build 223.* or older but the current build is IU-231.9011.34
1 票
创建于
2023年10月24日 05:45
See https://plugins.jetbrains.com/docs/intellij/line-marker-provider.html
社区
IntelliJ IDEA Open API and Plugin Development
How do I add a right icon?
1 票
创建于
2023年10月17日 07:23
Hi,I'm sorry, but I don't understand the issue. What errors come when you set the dummy identifier to an empty string? What is your pattern? Did you try adding pin rules to the places where the err...
社区
IntelliJ IDEA Open API and Plugin Development
When implementing code hints for custom languages, CompletionUtilCore#DUMMY_IDENTIFIER affects the logic of the CompletionContributor where CompletionParameters recognizes the PSI structure at the cursor.
1 票
创建于
2023年10月16日 11:33
There is no dedicated package popup that can be invoked programmatically. It is part of the Code Completion feature.If I understand you correctly, you may need a text field with completion. See:htt...
社区
IntelliJ IDEA Open API and Plugin Development
How to reference the package prompt box in the development of idea plugin
1 票
创建于
2023年10月11日 07:16
Hi,Why do you call config.loadState(state)? It loads the data from the storage, so deployment.xml file. It overwrites any changes you did before.
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
1 票
创建于
2023年10月10日 06:08
Yes, you should add a dependency on com.jetbrains.plugins.webDeployment plugin in the Gradle build script:plugins.set(listOf(…, “com.jetbrains.plugins.webDeployment”))and plugin.xml:<depends>com.je...
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
1 票
已编辑于
2023年10月09日 11:02
Hi,I suggest trying a different approach to the problem. Instead of modifying deployment.xml externally by a script, consider modifying the mapping object directly. Try getting the com.jetbrains.pl...
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
1 票
«
第一页
‹
上一页
下一页
›
最后
»