主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tim
活动总数
49
最后的活动
2021年11月29日 14:38
成员加入日期
2020年08月10日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
13
活动概览
帖子(12)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2021年11月29日 14:38
Never mind, I found it. - adding RenameHandler that handles this specific case- adding RenamePsiElementProcessor to capture how the PlainTextImpl is to be renamed The self-reference construction ca...
社区
IntelliJ IDEA Open API and Plugin Development
Rename / FindUsage for 'adhoc' declaration
0 票
创建于
2021年10月15日 20:27
It took a bit of time but I found a way to create a working solution: https://github.com/timmisset/omt-odt-plugin For anyone needing some background info. There are 2 languages at play here, OMT an...
社区
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 票
创建于
2021年08月17日 04:36
Hi Reece, thanks for the Xslt pointer, that looks really promosing. Especially since I want to contribute special meaning to key:value positions in the yaml file based on their position. I'll have ...
社区
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 票
创建于
2021年08月15日 19:02
I was able to inject the DSL into the YAMLScalar however, the result is not really what I was hoping for. The host file (pure yaml) is not aware of the injected dsl it appears, there is now a speci...
社区
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 票
创建于
2021年08月15日 17:50
Hi Reece, thanks for example. It appears this doesn't work for my case. The buildIn YAML language has a variety of YAML Scalar values that can be parsed, for example, when prefixed with a multiline...
社区
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 票
创建于
2021年04月20日 19:47
Hi Piotr, Thanks a lot, that also works for me :) :)
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
创建于
2021年04月20日 13:19
Hi Piotr, thanks a lot for taking the time to investigate this. I will for now defer to manually testing these extensions. Rewriting all my tests to JUnit4 is a bit too much effort :). Let me know ...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
创建于
2021年04月15日 11:02
And finally the withAngularJS.xml <idea-plugin> <extensions defaultExtensionNs="com.intellij"> <!-- TypeScript extensions --> <psi.referenceContributor language="TypeScript" ...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
创建于
2021年04月15日 11:01
And the plugin.xml <idea-plugin> <id>com.misset.OMT</id> <name>OMT / ODT Language</name> <vendor email="..." url="https://github.com/timmisset/omt">Misset</vendor> <description>Plugin f...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
已编辑于
2021年04月15日 11:02
Hi Piotr, this is my build.gradle plugins { id 'java' id 'org.jetbrains.intellij' version '0.7.2' id 'jacoco'}group 'com.misset'version '4.0.3'sourceCompatibility = 11sourceSets.main.java....
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
下一页
›
最后
»