主页
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月03日 06:58
Johannes Spangenberg I think those 4 interfaces is exactly what you need. The Symbol API might be more scattered over several interfaces, but thanks to that you have a better flexibility. Anyway, a...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
1 票
已编辑于
2023年09月11日 09:37
Johannes Spangenberg I think it's difficulat to use PsiNamedElement in this situation, as none of these seems to be “declaration” of the identifier. It more looks like a reference and I think it sh...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
1 票
已编辑于
2020年03月17日 17:01
Evgeniy, as far as I understand your needs, you can try `com.intellij.psi.injection.ReferenceInjector`, which should work for injecting references into various languages host elements and should wo...
社区
IntelliJ IDEA Open API and Plugin Development
Inject language into JSLiteralExpression inside Vue context
1 票
创建于
2024年11月20日 11:13
Hi! It looks like your content might contain CSS with some property, which is not recognized by the Swing HTML renderer and it causes the NPE. Can you please check what is the value of the key argu...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot invoke "javax.swing.text.html.CSS$CssValue.parseCssValue(String)" because "conv" is null
0 票
创建于
2024年10月09日 12:06
There is a known issue with detection of Angular context within the Nx workspaces. Have you tried installing the official Nx plugin: https://plugins.jetbrains.com/plugin/21060-nx-console ? You can ...
社区
IntelliJ IDEA Users
Angular support not working properly
1 票
创建于
2024年06月25日 08:40
Hi! This limitation is indeed important only for JspHighlightingLexer. You can safely ignore the comment, and if you need more states in your lexer, which extends this one, feel free to use them.
社区
IntelliJ IDEA Open API and Plugin Development
What does "number of states should not exceed 16" comment in the codebase means?
0 票
创建于
2024年02月23日 12:40
Basvanrooten I think it might be easier if you share a github repo with me (piotr.tomiak at jetbrains.com) :) I might be able to experiment with this locally and see what's wrong.
社区
IntelliJ IDEA Open API and Plugin Development
Load webSymbols.webTypes JSON file from URL
0 票
创建于
2023年12月18日 14:30
Hi!The code looks more or less OK. I think it would be better to enclose all the stuff related to reading the WebTypes JSON into the AuroraWebTypesScope, it can be a Project service. As far as the ...
社区
IntelliJ IDEA Open API and Plugin Development
Load webSymbols.webTypes JSON file from URL
0 票
已编辑于
2023年11月20日 14:10
正式评论
Hi!If you need a more advanced use case, you need to create a WebSymbolsQueryConfigurator, which will provide the loaded Web Types depending on the context. You would need to use some of the inter...
社区
IntelliJ IDEA Open API and Plugin Development
Load webSymbols.webTypes JSON file from URL
0 票
创建于
2023年10月24日 11:57
Xavier Stouder Awesome. My change for the @ syntax have been pushed yesterday, so you can see what needs to be added to the lexer and parser to support it. Angular has also interpolations and somet...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing Edge language support, need help on how to wire things
0 票
下一页
›
最后
»