Brandon Fergerson

- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 20
-
-
-
Brandon Fergerson created a post, AnsweredUsing "any" language with LanguageExtensionPoint
There exists a Language.ANY, which I take to be a wildcard language, but it does not appear any of the extensions using LanguageExtensionPoint treat it as a wildcard. Is there a way to make those e... -
-
-
-
Brandon Fergerson created a post, AnsweredGet PSI reference in standalone parser
I'm trying to get references for a method using a standalone PSI parser. The following code gets close but results in an NPE: import com.intellij.core.JavaCoreApplicationEnvironmentimport com.inte... -
Brandon Fergerson created a post, AnsweredStandalone UAST parser
I'm using the following code to create a standalone UAST parser: https://github.com/bfergerson/standalone-uast I'm able to get UFile & UClass objects from Java files but only UFile objects from Kot... -
-