主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikita Skvortsov
活动总数
69
最后的活动
2024年10月16日 09:02
成员加入日期
2017年09月22日 16:47
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
26
活动概览
文章(0)
帖子(0)
评论(43)
按最近的活动排序
最近的活动
投票数
创建于
2022年05月31日 08:30
Hello,Ideally, once the project is imported from external system, there should be no need for plugin to do anything on project opening.Could you please give some details about what would you like t...
社区
IntelliJ IDEA Open API and Plugin Development
External system for loading existing(already imported) project
0 票
创建于
2022年05月17日 07:29
External Code Formatter benefits are not about running the gradle task (this code will stay the same), but about integrating into IDEA's ecosystem. Your formatter will be properly called on "Reform...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年05月16日 16:29
Ryan Gurney what is the reason to call the formatter on per-file basis? Is not one invocation enough?From what I see in the docs, the Gradle-Spotless plugin does not have file specific tasks, it al...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年05月11日 08:10
Hi,While there is no such extension point, you can combine `postStartupActivity` (to change the setting) with an implementation of `org.jetbrains.plugins.gradle.service.execution.GradleExecutionAw...
社区
IntelliJ IDEA Open API and Plugin Development
How to run code in a plugin before Gradle initialization?
0 票
已编辑于
2021年10月04日 16:53
If you know the exact directory where the Gradle script file resides, you can try org.jetbrains.plugins.gradle.service.settings.GradleConfigLocator#adjust
社区
IntelliJ IDEA Open API and Plugin Development
Best way to get the gradle build file (as File) (Kotlin or Groovy) from a project
0 票
创建于
2021年07月28日 13:20
How exactly are you trying to run Spring project from IDEA (e.g., by invoking a Gradle task, or using Spring run configuration)? Could you please post a screenshot ?
社区
IntelliJ IDEA Users
Gradle environment issue (Failed to create parent directory)
0 票
创建于
2021年05月24日 14:00
Thank you for the details.By default, IDEA does not call Maven to build sources or run tests. So it is expected that extensions are not called in these moments.During import, IDEA should better res...
社区
IntelliJ IDEA Users
maven plugin extensions
0 票
创建于
2020年12月24日 09:14
Indeed, war task is called for the top-level (linked) Gradle project as a whole and we could improve this functionality. I've opened an issue for this: https://youtrack.jetbrains.com/issue/IDEA-25...
社区
IntelliJ IDEA Users
Update classes and resources in Gradle project
0 票
创建于
2020年09月01日 10:49
Ido, for a pure-Gradle environment as a workaround, try using Gradle Composite build https://docs.gradle.org/current/userguide/composite_builds.htmlYou will have to link just one (composite) builds
社区
IntelliJ IDEA Users
Changes in code are not recognised when debugging a multi-module
0 票
创建于
2020年09月01日 09:33
PeteH,Your case looks different. Please describe, what was working for you before the upgrade, and what is missing now?
社区
IntelliJ IDEA Users
Changes in code are not recognised when debugging a multi-module
0 票
«
第一页
‹
上一页
下一页
›
最后
»