Brian Faris
- 活动总数 75
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 30
-
创建于 Default Java LiveTemplates Location
已回答Hi there,I need the file location for the default Java.xml live templates that is bundled with IntelliJ releases (2020.2 is fine).Thank you, -
已编辑于 IntelliJ Platform Version for Building
已回答I have a version of my plugin targeting all builds in the 193 branch of the IntelliJ Community & Ultimate IDE. The plugin is built with intellij { updateSinceUntilBuild false plugins = ['jav... -
已编辑于 InsertHandler not working
for (PsiPackage psiPackage: allPackages) { lookupElements.add(LookupElementBuilder.createWithIcon(psiPackage).withIcon(psiPackage.getIcon(1)).withInsertHandler(new InsertHandler<LookupElement>()... -
已编辑于 Brew Java Plugin
Brew Java is a plugin designed to make programming easier by moving a lot of the work to the mouse. It features single click code completion, the ability to generate fields/methods with live templa... -
创建于 IdeFocusManager editor problem
Code that my ToolWindow uses to throw focus back to the Editor is: IdeFocusManager.getInstance(project).requestFocusInProject(editor.getContentComponent(), project); The problem is that once this ... -
创建于 Funny completion list click behavior
已回答Hi,I'd like to make it possible so I can select items on the completion list with one mouse click instead of 2. In the key map settings, it is possible to set "Choose Lookup item" to "ButtonClick... -
创建于 Completion list APIs
Hi there, I'm developing a plug-in for the IntelliJ IDE that will need to make use of some completion list APIs. I'm just looking for a little bit of guidance around the subject, so I just have a ...