Brandon Fergerson
- Total activity 85
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 21
-
-
Brandon Fergerson created a post, AnsweredProgrammatically auto import suggested imports
I'm aware you can use JavaCodeStyleManager.shortenClassReferences() to automatically add imports for code that is fully qualified, but how would you do something similar with code that is not fully... -
-
-
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...