Pope-Liu
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Pope-Liu created a post, Answered[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... -
-
Pope-Liu created a post, Answered[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... -
-
Pope-Liu commented, -
-
Pope-Liu created a post, Answered[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 ...