Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Thomas Mettam
Total activity
13
Last activity
April 06, 2021 17:40
Member since
March 25, 2018 14:05
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
April 06, 2021 17:40
The solution was to implement getChildAttributes like so: @NotNull@Overridepublic ChildAttributes getChildAttributes(final int newIndex){ final LSLBlock previousBlock = newIndex == 0 ? null : ge...
Community
IntelliJ IDEA Open API and Plugin Development
Indentation after pressing enter
2 votes
Created
March 30, 2021 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....
Community
IntelliJ IDEA Open API and Plugin Development
Brace style, Auto-formatting, Code hinting
2 votes
Created
March 29, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Brace style, Auto-formatting, Code hinting
0 votes
Created
March 29, 2021 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?
Community
IntelliJ IDEA Open API and Plugin Development
Brace style, Auto-formatting, Code hinting
0 votes
Created
March 27, 2018 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?
Community
WebStorm
Auto-import unreliable
0 votes
Created
March 27, 2018 15:21
Thanks for your help. (I'm also running 2017.3.6). Here you go: https://gyazo.com/08b567045875dbe638eae9aa6992e059
Community
WebStorm
Auto-import unreliable
0 votes
Created
March 27, 2018 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 ...
Community
WebStorm
Auto-import unreliable
0 votes