Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michal Wrobel
Total activity
34
Last activity
June 04, 2024 08:27
Member since
March 28, 2024 08:47
Following
0 users
Followed by
0 users
Votes
21
Subscriptions
5
Activity overview
Posts (4)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
May 08, 2024 07:22
This indeed did the trick, thank you. For all future readers the correct declaration of the dependency is:<depends>Git4Idea</depends>and not <depends>com.intellij.modules.vcs</depends>
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException: git4idea.GitUtil although it's properly defined in the build.gradle.kts
2 votes
Edited
May 13, 2024 07:31
I'm working on a small project where you can send the information about changes made in a project to a Large Language Model and it returns the commit message for those changes. I'm currently able t...
Community
IntelliJ IDEA Open API and Plugin Development
How to get Diff from two files using git4idea dependency
0 votes
Created
April 25, 2024 08:14
Any updates?
Community
IntelliJ IDEA Open API and Plugin Development
Initialize tool window on execution of project
0 votes
Created
April 09, 2024 12:00
Thank you for your answer.
Community
IntelliJ IDEA Plugin Users
How to create a separate instances of components contained in a plugin for every opened IntelliJ window?
0 votes