Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Brandon Fergerson
Total activity
85
Last activity
January 12, 2024 17:46
Member since
May 19, 2019 18:22
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
21
Activity overview
Posts (18)
Comments (39)
Sort by recent activity
Recent activity
Votes
Created
February 28, 2022 14:08
Apologies for the late reply. I have a fairly simple action that I would like to print the declared variables up to that point. Here is an example that attempts to do that but the PsiScopeProcessor...
Community
IntelliJ IDEA Open API and Plugin Development
Getting declared variables within Kotlin scope
0 votes
Edited
November 22, 2021 18:11
I should have mentioned I'm already using VisibleAreaListener. When I mentioned "editor scroll listeners", I should have said visible area listeners. With that being said, is what I've described th...
Community
IntelliJ IDEA Open API and Plugin Development
Currently visible method(s) tracker
0 votes
Edited
October 21, 2021 20:02
Thank you, Jakub and Natalia. Both of your answers were exactly what I needed. I've also updated my profile's email address as I wasn't previously receiving the messages you were sending about the ...
Community
IntelliJ IDEA Open API and Plugin Development
Questions on AsyncTreeModel and plugin verification speed
0 votes
Created
April 14, 2021 04:13
This might be related to: - https://youtrack.jetbrains.com/issue/IDEA-244182 - https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008758199-JCEF-heavyweight-popup-closes-too-early-...
Community
IntelliJ IDEA Open API and Plugin Development
My popup always covered other windows
0 votes
Created
April 14, 2021 04:10
Thanks for the advice. That works perfectly. As for forcing a conditional, I found out creating a breakpoint while holding shift allows you to configure breakpoints before using them so that'll wor...
Community
IntelliJ IDEA Open API and Plugin Development
Getting PSIElement(s) from XExpression
0 votes
Edited
October 14, 2020 11:30
Thanks, Yann. That does indeed work. If you don't mind I would like to ask one more question. When I started this post my goal was to get the annotations from JVM source code without writing langua...
Community
IntelliJ IDEA Open API and Plugin Development
Does UAST support Kotlin?
0 votes
Edited
September 30, 2020 15:41
I haven't been able to figure out how to properly declare annotations in a test case. I've been getting around that by using fully qualified annotation names like @org.junit.Test. That allows me to...
Community
IntelliJ IDEA Open API and Plugin Development
Does UAST support Kotlin?
0 votes
Edited
September 30, 2020 14:15
That solved my issue. Thank you, Nicolay. I can create a new topic if necessary but decided to follow up on this topic as the issue I'm facing now seems related. Given this code: @Testfun `get kotl...
Community
IntelliJ IDEA Open API and Plugin Development
Does UAST support Kotlin?
0 votes
Edited
September 22, 2020 13:41
I see this post is marked as planned. Is there something I can do to keep track of whatever is being planned? Also, I wanted to add that the following: val sourceFile = PsiFileFactory.getInstance...
Community
IntelliJ IDEA Open API and Plugin Development
Does UAST support Kotlin?
0 votes
Created
March 30, 2020 17:34
Jakub, could you offer a bit more insight into this? We chatted on Slack some time ago but you said the same thing you said here. I get what you're saying in theory but I don't see how to apply it ...
Community
IntelliJ IDEA Open API and Plugin Development
Inspections and "Go To Declaration" require cut/paste before detecting correct structure
0 votes
«
First
‹
Previous
Next
›
Last
»