Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tim
Total activity
49
Last activity
November 29, 2021 14:38
Member since
August 10, 2020 14:47
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
13
Activity overview
Posts (12)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
April 13, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Edited
April 09, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Angular2 HTML vs HTML PsiReferenceRegistrar
0 votes
Created
April 09, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Created
April 09, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Completion replacement with symbols
0 votes
Created
March 28, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Angular2 HTML vs HTML PsiReferenceRegistrar
0 votes
Created
March 27, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Completion replacement with symbols
0 votes
Created
February 23, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch over Modules
0 votes
Created
February 07, 2021 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
Community
IntelliJ IDEA Open API and Plugin Development
LexerEditorHighlighter$InvalidStateException
0 votes
Created
December 31, 2020 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
exclude plugin dependency
0 votes
Edited
August 11, 2020 05:14
I managed to figure out what was going on. The LexerEditorHighlighter has a loop detection that checks if the lexer is progressing on state, position and token. In my DSL I capture indentation lev...
Community
IntelliJ IDEA Open API and Plugin Development
LexerEditorHighlighter$InvalidStateException
0 votes
«
First
‹
Previous