主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
vikash kumar
活动总数
9
最后的活动
2016年07月17日 22:56
成员加入日期
2016年06月29日 03:41
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
2
活动概览
帖子(2)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2016年07月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Code change is not being reflected in the idea plugin
0 票
创建于
2016年06月29日 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...
社区
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
0 票
创建于
2016年06月29日 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 ...
社区
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
0 票