主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jakub Chrzanowski
活动总数
1394
最后的活动
2025年04月24日 07:29
成员加入日期
2020年01月22日 06:34
关注
0 名用户
关注者数
1 名用户
投票数
8
订阅数
571
活动概览
文章(0)
帖子(0)
评论(815)
按最近的活动排序
最近的活动
投票数
创建于
2021年11月11日 09:14
Do you have the Lombok plugin added in the intellij.plugins in your Gradle configuration?
社区
IntelliJ IDEA Open API and Plugin Development
Installing the lombok plugin in a new instance of idea
1 票
已编辑于
2021年10月29日 07:58
Use i.e. CapturingSshProcessHandler: String command = "ls -la";SshProcess process = RemoteCredentialsUtil.connectionBuilder(credentials).execBuilder(command).execute()CapturingSshProcessHandler pro...
社区
IntelliJ IDEA Open API and Plugin Development
Run simple command line on the remote host using existing SSH configuration
1 票
创建于
2021年10月28日 14:11
As said – this is an internal sublist, a context menu for an IntentionAction. It's not extendable.
社区
IntelliJ IDEA Open API and Plugin Development
How can intentionaction set a group like inspection
1 票
创建于
2021年10月28日 12:38
Try with: IdeScriptEngineManager.getInstance().getEngineByName("kotlin", null) This will return KotlinJsr223JvmScriptEngine4Idea engine.
社区
IntelliJ IDEA Open API and Plugin Development
How to use the Kts ScriptEngine in an IntelliJ IDEA plugin?
1 票
创建于
2021年10月28日 09:24
Ah, sorry – I misunderstood you in the beginning. The actions you've highlighted are native, and these aren't "sub-IntentionActions" – these are available for every action available there, even you...
社区
IntelliJ IDEA Open API and Plugin Development
How can intentionaction set a group like inspection
1 票
创建于
2021年10月28日 09:00
You can try using com.intellij.execution.util.ExecUtil.sudo(commandLine: GeneralCommandLine, prompt: @Nls String)
社区
IntelliJ IDEA Open API and Plugin Development
how can i get access to write /etc/hosts
1 票
创建于
2021年10月26日 18:03
Thanks for reporting! The issue related to the mentioned SharedIndexDownloadExecutor warning cause is already handled – the fix is available in the 2021.3 release cycle: https://youtrack.jetbrains....
社区
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
1 票
创建于
2021年10月26日 11:28
Installed plugins are extracted to the global IDE directory, which you can obtain with: PluginManagerCore.getPlugin(PluginId.getId("your.plugin.id")).getPluginPath()
社区
IntelliJ IDEA Open API and Plugin Development
Where to store Microservices from Plugin
1 票
创建于
2021年10月26日 07:45
Odael, the SSH-related functionality you're asking for is available in IU only and isn't public. However, you may try using the following method: com.intellij.ssh.RemoteCredentialsUtil#connectionBu...
社区
IntelliJ IDEA Open API and Plugin Development
Run simple command line on the remote host using existing SSH configuration
1 票
创建于
2021年08月09日 10:35
It's handled with an inlay hint. Check the IntelliJ Platform Explorer: com.intellij.codeInsight.inlayProvider for some of the existing implementation examples. https://plugins.jetbrains.com/intelli...
社区
IntelliJ IDEA Open API and Plugin Development
How to add an icon like this in the editor?
1 票
«
第一页
‹
上一页
下一页
›
最后
»