主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tim
活动总数
49
最后的活动
2021年11月29日 14:38
成员加入日期
2020年08月10日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
13
活动概览
帖子(12)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2021年04月14日 20:03
Hi Piotr, thanks for your response. I have tried it quickly but so far nothing seems to get it working in a test environment. I have created a very simpel setup with 2 tests: import com.intellij.l...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
创建于
2021年04月13日 18:47
Hi Piotr, thank you for your answer. Unfortunately it didn't do the trick for me. I have upgraded to 2021.1 and to my surprise now my .ts files in my unit-tests are considered plain-text. Also, the...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
已编辑于
2021年04月09日 06:24
Hi Piotr, thanks for your detailed answer. I'm pretty sure that I have tried something similar as you suggested but the pattern you describe (VIEW_CHILD_PATTERN) takes a JSLiteralExpression. Not a...
社区
IntelliJ IDEA Open API and Plugin Development
Angular2 HTML vs HTML PsiReferenceRegistrar
0 票
创建于
2021年04月09日 06:00
Yes, as an optional dependency. Everything works fine when I use it in runIde or when actually deploying the plugin. The only situation where it doesn't work is in a LightJavaCodeInsightFixtureTest...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
创建于
2021年04月09日 05:58
I think that one describes the completion process itself, for example when you have a completion result that is 'key:value' to prevent the completion from disappearing once you enter the colon. Als...
社区
IntelliJ IDEA Open API and Plugin Development
Completion replacement with symbols
0 票
创建于
2021年03月28日 10:28
I found a solution by making a custom GotoDeclarationHandler extension to capture the reference and ReferencesSearch extension to consume the reference for the FindUsages. It works fine but it feel...
社区
IntelliJ IDEA Open API and Plugin Development
Angular2 HTML vs HTML PsiReferenceRegistrar
0 票
创建于
2021年03月27日 10:06
I have a better solution which checks the previous visible node of the current position and removes the leading symbol from the suggestion if it's already there. That already looks a lot nicer than...
社区
IntelliJ IDEA Open API and Plugin Development
Completion replacement with symbols
0 票
创建于
2021年02月23日 10:35
Hi Yann, my plugin code is available at: github.com/timmisset/omt However, I just found an answer from Dmitry at https://intellij-support.jetbrains.com/hc/en-us/community/posts/206128969-Find-Usage...
社区
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch over Modules
0 票
创建于
2021年02月07日 07:51
Hi Xiarui, thanks for taking the time to leave a comment. I'll have a look at the suggestion, looks promising. Cheers, Tim
社区
IntelliJ IDEA Open API and Plugin Development
LexerEditorHighlighter$InvalidStateException
0 票
创建于
2020年12月31日 07:59
Never mind about the java.lang.NoClassDefFoundError, I forgot to put it in the plugin.xml as dependency, I though that was only for platform modules. So the only remaining question would be: can I ...
社区
IntelliJ IDEA Open API and Plugin Development
exclude plugin dependency
0 票
«
第一页
‹
上一页
下一页
›
最后
»