Brandon Fergerson
- 活动总数 85
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 21
-
-
Brandon Fergerson 创建了一个帖子, 已回答Programmatically 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 创建了一个帖子, 已回答Using "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 创建了一个帖子, 已回答Get 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 创建了一个帖子, 已回答Standalone 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...