主页
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)
Piotr Tomiak
进行了评论,
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 票
Piotr Tomiak
进行了评论,
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
0 票
Piotr Tomiak
进行了评论,
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 票
Piotr Tomiak
进行了评论,
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 票
Piotr Tomiak
进行了评论,
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 票
Piotr Tomiak
进行了评论,
2023年11月20日 14:09
正式评论
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 票
Piotr Tomiak
进行了评论,
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 票
Piotr Tomiak
进行了评论,
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 票
Piotr Tomiak
进行了评论,
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 票
Piotr Tomiak
进行了评论,
2023年10月04日 08:56
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 票