Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
jzbrooks
Total activity
14
Last activity
February 20, 2022 18:32
Member since
October 11, 2021 16:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
February 20, 2022 18:32
It turns out my problem was the same as https://intellij-support.jetbrains.com/hc/en-us/community/posts/4416834528274-Execution-failed-for-task-buildSearchableOptions-Error-when-resolving-dependenc...
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.UnsatisfiedLinkError on aarch64 MacBooks
0 votes
Created
February 18, 2022 19:30
Hi Jakub, My project is based on the plugin template. https://github.com/FacilityApi/FacilityIntellij
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.UnsatisfiedLinkError on aarch64 MacBooks
0 votes
Created
February 18, 2022 01:46
// Gradle IntelliJ Pluginid("org.jetbrains.intellij") version "1.4.0"
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.UnsatisfiedLinkError on aarch64 MacBooks
0 votes
Edited
November 07, 2021 23:44
WorkaroundInitializing the test fixture with CodeInsightTestFixture.configureByText, calling findUsages on the test fixture, and verifying the returned usages works reliably. I'll probably use conf...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 votes
Created
November 05, 2021 03:16
Perhaps something isn't setup correctly after all. I used FileTypeIndex.getFiles method in my reference implementation, similar to https://plugins.jetbrains.com/docs/intellij/psi-helper-and-utiliti...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 votes
Created
November 05, 2021 00:08
I think I've accounted for everything in Part IV of the guide docs (https://plugins.jetbrains.com/docs/intellij/testing-plugins.html) and in the custom language testing tutorial. I might be missing...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 votes
Created
November 03, 2021 23:07
Update: It does call into the registered provider and instantiates the given DefaultWordsScanner. It finds the element under the caret, but turns up no results. Running in the IDE returns 6 results...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 votes
Created
October 14, 2021 02:34
I read up on lexical states in lex (I'm fairly new to the tool). I've got everything working now.Thanks for the pointer.
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit: contextual id precedence over keyword
0 votes