主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Piotr Tomiak
活动总数
43
最后的活动
2024年11月20日 11:13
成员加入日期
2019年12月09日 09:54
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
13
活动概览
文章(0)
帖子(0)
评论(30)
按最近的活动排序
最近的活动
投票数
创建于
2023年10月24日 10:53
Colin Fleming You can look at the WebSymbols source code. There's all you need to provide cooperation. Please note that Symbols API is also experimental and have undergone major changes throughout ...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年10月16日 09:42
正式评论
Hi Xavier!I think it would be the best to have a look at Angular plugin - https://github.com/JetBrains/intellij-plugins/tree/master/AngularJS (you would be interested in the stuff in org.angular2. ...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing Edge language support, need help on how to wire things
0 票
已编辑于
2023年10月04日 08:58
Colin Fleming If you need to have cooperation between PSI and Symbols, I think it might be better to check out Web Symbols. There is a lot of boilerplate to create to support PSI → Symbol and Symbo...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年10月03日 12:18
Colin Fleming to specify Symbol declaration on a PSI element use PsiSymbolDeclarationProvider or implement PsiSymbolDeclaration directly on the element (as stated here). Similarly for the reference...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年10月03日 12:18
正式评论
Colin Fleming to specify Symbol declaration on a PSI element use PsiSymbolDeclarationProvider or implement PsiSymbolDeclaration directly on the element (as stated here). Similarly for the reference...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2022年11月03日 13:47
Christian Sciberras Unfortunately injection within injection is not supported by the platform. At some point we will be able to integrate the parser with web-types, but there still some way to go.
社区
IntelliJ IDEA Open API and Plugin Development
Customising/extending behaviour of HtmlUnknownAttributeInspection
0 票
创建于
2022年10月24日 10:22
Hi Christian! I am glad you've liked it. Let me answer your questions. 1. We do not have any support for PHP at this moment. I am gathering feedback and trying to understand how it should be done. ...
社区
IntelliJ IDEA Open API and Plugin Development
Customising/extending behaviour of HtmlUnknownAttributeInspection
0 票
创建于
2022年10月19日 12:22
正式评论
Hi Christian Sciberras ! The easiest way to provide custom attributes (and tags) is through Web Types. Please have a look at https://blog.jetbrains.com/webstorm/2021/09/building-a-plugin-for-websto...
社区
IntelliJ IDEA Open API and Plugin Development
Customising/extending behaviour of HtmlUnknownAttributeInspection
0 票
创建于
2021年06月21日 15:06
Hi! The JavaScript language support in WebStorm/IntelliJ is a good example of how you can support multiple languages with similar roots. As far as JavaScript itself is concerned, we have a single p...
社区
IntelliJ IDEA Open API and Plugin Development
Strategy to support two dialects for same programming language in my plugin
0 票
创建于
2021年04月21日 07:38
Awesome, thanks for confirmation and sorry for the trouble!
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
«
第一页
‹
上一页
下一页
›
最后
»