Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
vikash kumar
Total activity
9
Last activity
July 17, 2016 22:56
Member since
June 29, 2016 03:41
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
July 17, 2016 22:56
@Imants No it's not picking up the code changes. @Justin: Thanks your approach helped but I wonder why so much work needs to be done instead of live reload. I would like to see plugin development a...
Community
IntelliJ IDEA Open API and Plugin Development
Code change is not being reflected in the idea plugin
0 votes
Created
June 29, 2016 20:58
Nevermind, figured it out. The plugin git2idea (aka IntelliJ-idea git integration plugin) has the API you mentioned in the answer. And I add the git2idea jar file in the plugin sdk classpath and ad...
Community
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
0 votes
Created
June 29, 2016 19:24
Thanks Kirill for the to the solution. I tried the above-mentioned approach but it says "Class GitBranchUtil not found". Many of the APIs which I have used so far never asked to attach any library ...
Community
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
0 votes