主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
jzbrooks
活动总数
14
最后的活动
2022年02月20日 18:32
成员加入日期
2021年10月11日 16:07
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2022年02月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.UnsatisfiedLinkError on aarch64 MacBooks
0 票
创建于
2022年02月18日 19:30
Hi Jakub, My project is based on the plugin template. https://github.com/FacilityApi/FacilityIntellij
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.UnsatisfiedLinkError on aarch64 MacBooks
0 票
创建于
2022年02月18日 01:46
// Gradle IntelliJ Pluginid("org.jetbrains.intellij") version "1.4.0"
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.UnsatisfiedLinkError on aarch64 MacBooks
0 票
已编辑于
2021年11月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 票
创建于
2021年11月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 票
创建于
2021年11月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 票
创建于
2021年11月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsageProvider implementation is not called in tests
0 票
创建于
2021年10月14日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit: contextual id precedence over keyword
0 票