主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Liri Pashoshai
活动总数
7
最后的活动
2024年12月29日 17:37
成员加入日期
2024年12月12日 12:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2024年12月29日 17:37
Well the build worked, but plugin verification failed with the following. Can you please advise?Internal url: https://plugins.jetbrains.com/plugin/13185-interface-pairing/edit/versions/stable/65849...
社区
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 票
创建于
2024年12月29日 17:25
Thank you, this worked
社区
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 票
创建于
2024年12月16日 16:19
My build.gradle import org.jetbrains.kotlin.gradle.dsl.JvmTargetimport org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile buildscript { repositories { maven { url 'https://cache-redirector....
社区
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 票
创建于
2024年12月16日 13:56
I see, thank you.Could you please advise me on how to update the build.gradle?I updated the plugins part:plugins { id 'java' id 'org.jetbrains.kotlin.jvm' version '1.9.22' id 'org.jetbrain...
社区
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 票
已编辑于
2024年12月15日 13:52
The importimport com.jetbrains.rider.projectView.views.solutionExplorer.SolutionExplorerCustomization; Fails:Cannot resolve symbol solutionExplorer' The file plugin.xml shows the error:Cannot resol...
社区
IntelliJ IDEA Open API and Plugin Development
Rider: solutionExplorerCustomization no longer supported
0 票