Brian Jackson

- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Brian Jackson commented, -
Brian Jackson created a post, Documentation or explanation of PsiAugmentProvider?
Other than the source code of CE, are there any other resources to help me learn more about the concept driving the PsiAugmentProvider extension point?The reason I ask, I'm trying to augment annota... -
Brian Jackson created a post, How do I get the actual Enum value from a PsiEnumConstant instance?
I've got a PsiEnumConstant but I'd need the actual value it represents (MyEnum.EXAMPLE). How do I convert it? -
Brian Jackson created a post, Mapping Eclipse AST nodes to IntelliJ PsiElements?
I'm porting code written for other ASTs, in particular Javac (com.sun.tools.javac.tree.JCTree) and Eclipse's (org.eclipse.jdt.internal.compiler.ast.ASTNode). Does anyone have documentation of how ... -
Brian Jackson created a post, IntelliJ IDEA Plugin development with Maven?
I'd like to use Maven to manage the dependencies of my plugin module. Is that possible since it seems Maven and Plugin modules are mutually exclusive. I'd rather not have to check in the dependen... -
Brian Jackson created a post, Unit Testing a custom PsiAugmentProvider?
I'm writing a custom PsiAugmentProvider for a Project Lombok plugin (http://projectlombok.org). Are their any open source examples of unit testing something like this? I'm not clear how to mock up... -
-
-
-