主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Thomas Mettam
活动总数
13
最后的活动
2021年04月06日 17:40
成员加入日期
2018年03月25日 14:05
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2021年04月06日 17:40
The solution was to implement getChildAttributes like so: @NotNull@Overridepublic ChildAttributes getChildAttributes(final int newIndex){ final LSLBlock previousBlock = newIndex == 0 ? null : ge...
社区
IntelliJ IDEA Open API and Plugin Development
Indentation after pressing enter
2 票
创建于
2021年03月30日 00:33
I managed to solve the auto-formatting on close brace issue I needed to implement `PairedBraceMatcher` package org.intellij.sdk.language;import com.intellij.lang.BracePair;import com.intellij.lang....
社区
IntelliJ IDEA Open API and Plugin Development
Brace style, Auto-formatting, Code hinting
2 票
创建于
2021年03月29日 14:31
I've implemented code folding and the "}" thing is still not working. The documentation provider works for hover tooltips, but it doesn't offer help as you type. I think what I need is a Completion...
社区
IntelliJ IDEA Open API and Plugin Development
Brace style, Auto-formatting, Code hinting
0 票
创建于
2021年03月29日 11:02
Thanks, but auto-formatting is not happening when I type "}" despite the option being enabled. Do i need to implement "folding" support for this to work?
社区
IntelliJ IDEA Open API and Plugin Development
Brace style, Auto-formatting, Code hinting
0 票
创建于
2018年03月27日 15:40
Hmm, I really didn't remove it from there. I may have accidentally marked it as not excluded and then excluded it again, however - would this remove that entry? How can I add it back?
社区
WebStorm
Auto-import unreliable
0 票
创建于
2018年03月27日 15:21
Thanks for your help. (I'm also running 2017.3.6). Here you go: https://gyazo.com/08b567045875dbe638eae9aa6992e059
社区
WebStorm
Auto-import unreliable
0 票
创建于
2018年03月27日 09:01
Yes, the module is there, I can add the import manually and it works fine:File | Synchronize didn't work, neither did File | invalidate Caches / Restart. It does seem that PHPstorm knows about the ...
社区
WebStorm
Auto-import unreliable
0 票