Pope-Liu
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 [Indent]How to set the indent of block that contains many lines?
已回答When a block contains many lines, like the comment here /**aaaaaa*/int a i set its indent as Indent.getSpaceIndent(4); i want it to be /* *aaaaaa */int a but it has been /**aaa... -
创建于 [Custom Language] How to create reference contributor for an element with stub
已回答In the stub tutorial, if i want to create a stub for an element, the element need extend StubBasedPsiElementBase<XXXElementStub>. But the reference contributor tutorial tells the element need exten... -
已编辑于 [Custom Language Plugin]How to find the duplicate element
已回答Hello, I'm develop a custom language plugin. When i define the annotator, i need compare the current element with other the same type element in the whole project. My solution is searching all the ...