主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcel Trapman
活动总数
12
最后的活动
2016年12月02日 18:43
成员加入日期
2016年03月17日 07:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(4)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2016年12月02日 18:43
Hi Yann, Thank you! The idea is good (I was hardly aware of the existence of Macro's :)) but: Before running the action I need to go into the project tree and select a package. It looks like the ...
社区
IntelliJ IDEA Open API and Plugin Development
Executing plugin method from Ant script.
0 票
创建于
2016年12月01日 21:48
Alt-Enter did not do it for me (maybe because I am on a mac?). Going through the preferences worked well though. Thank you Roman!
社区
IntelliJ IDEA Users
Java tag in comment
0 票
创建于
2016年11月30日 10:06
And there is no way that I can make override the check for specific tags with a plugin?
社区
IntelliJ IDEA Users
Java tag in comment
0 票
创建于
2016年11月30日 09:26
Yes, building still works as expected it is just that I have to disable all warnings for tags if I use this (and other 'unknown' tags). It looks something like below. Basically I receive warnings ...
社区
IntelliJ IDEA Users
Java tag in comment
0 票
创建于
2016年03月24日 06:34
I found a snippet of code doing the below, anything wrong with that (it seems to work)? PsiDocComment currentComment = null;PsiElement firstElement = internalMethod.getFirstChild();if ( ( firstEl...
社区
IntelliJ IDEA Open API and Plugin Development
How get PsiMethod block comment?
0 票