Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tim
Total activity
33
Last activity
September 13, 2022 11:06
Member since
December 29, 2021 06:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (10)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
September 13, 2022 11:06
Hi Karol, that was me also :) I implemented all those things but still didn't really get the behavior I wanted which I why I tried replacing it with the parsers which does work and I haven't had an...
Community
IntelliJ IDEA Open API and Plugin Development
YamlPlainTextImpl not a named element
0 votes
Created
September 13, 2022 07:27
Hi Karol, Am I correct that this would be helpful for the refactor-rename process?I don't see how I can make the YamlPlainTextImpl a PsiNamedElement implementation this way? Also, this manipulator ...
Community
IntelliJ IDEA Open API and Plugin Development
YamlPlainTextImpl not a named element
0 votes
Created
August 26, 2022 14:21
Thanks for your quick reply Yann. I think I'll go for splitting up the plugin (MyPlugin and MyFooLanguagePlugin) which makes it a bit cleaner anyway. Then MyPlugin can have 2 distinct depends decla...
Community
IntelliJ IDEA Open API and Plugin Development
OptOut plugin dependency
0 votes
Created
August 26, 2022 14:17
Thanks Yann :)
Community
IntelliJ IDEA Open API and Plugin Development
Subsequent completion after insert
0 votes
Edited
May 10, 2022 17:55
Hi Yann, Thanks for your response. The depends statement is already part of the plugin.xml file (line 270).Do I understand from the issue that this is specific to injection fragments for YAML host ...
Community
IntelliJ IDEA Open API and Plugin Development
Performance lag / UI freeze on large injection fragments
0 votes
Created
March 14, 2022 14:43
I removed the system-test folder items and they re-appeared so I the indexing works correct. What is weird is that I still don't see my breakpoint getting hit when running the test at the indexStub...
Community
IntelliJ IDEA Open API and Plugin Development
StubIndex in unit-test
0 votes
Created
March 14, 2022 14:07
It's for my own stubs for a custom language. The indexStub() method is not called. I do see the indexes in the folders you describe but I guess those are created when I run the IDE from my plugin p...
Community
IntelliJ IDEA Open API and Plugin Development
StubIndex in unit-test
0 votes
Created
February 23, 2022 18:49
Issue has been https://youtrack.jetbrains.com/issue/IDEA-289569
Community
IntelliJ IDEA Open API and Plugin Development
Extend YAML Formatter for DSL
0 votes
Edited
February 23, 2022 18:31
Hi Karol, Thanks for the feedback. I think I'll create an issue for it. It does sound like a useful feature to remove the blank lines between the key and value. So that: key: firstKey: // no e...
Community
IntelliJ IDEA Open API and Plugin Development
Extend YAML Formatter for DSL
0 votes
Created
February 21, 2022 08:57
Hi Karol, Thanks for the response. I had a look at that solution before but in the interface it states that it is really for non-white space modifications like wrapping stuff in parentheses. I'm ha...
Community
IntelliJ IDEA Open API and Plugin Development
Extend YAML Formatter for DSL
0 votes
Next
›
Last
»