Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Nikita Skvortsov
Total activity
69
Last activity
October 16, 2024 09:02
Member since
September 22, 2017 16:47
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
26
Activity overview
Articles (0)
Posts (0)
Comments (43)
Sort by recent activity
Recent activity
Votes
Created
May 31, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
External system for loading existing(already imported) project
0 votes
Created
May 17, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
May 16, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
May 11, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to run code in a plugin before Gradle initialization?
0 votes
Edited
October 04, 2021 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
Community
IntelliJ IDEA Open API and Plugin Development
Best way to get the gradle build file (as File) (Kotlin or Groovy) from a project
0 votes
Created
July 28, 2021 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 ?
Community
IntelliJ IDEA Users
Gradle environment issue (Failed to create parent directory)
0 votes
Created
May 24, 2021 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...
Community
IntelliJ IDEA Users
maven plugin extensions
0 votes
Created
December 24, 2020 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...
Community
IntelliJ IDEA Users
Update classes and resources in Gradle project
0 votes
Created
September 01, 2020 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
Community
IntelliJ IDEA Users
Changes in code are not recognised when debugging a multi-module
0 votes
Created
September 01, 2020 09:33
PeteH,Your case looks different. Please describe, what was working for you before the upgrade, and what is missing now?
Community
IntelliJ IDEA Users
Changes in code are not recognised when debugging a multi-module
0 votes
«
First
‹
Previous
Next
›
Last
»