Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Piotr Tomiak
Total activity
43
Last activity
November 20, 2024 11:13
Member since
December 09, 2019 09:54
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Articles (0)
Posts (0)
Comments (30)
Sort by recent activity
Recent activity
Votes
Created
October 24, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 16, 2023 09:42
Official comment
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. ...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing Edge language support, need help on how to wire things
0 votes
Edited
October 04, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 03, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 03, 2023 12:18
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
November 03, 2022 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.
Community
IntelliJ IDEA Open API and Plugin Development
Customising/extending behaviour of HtmlUnknownAttributeInspection
0 votes
Created
October 24, 2022 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
Customising/extending behaviour of HtmlUnknownAttributeInspection
0 votes
Created
October 19, 2022 12:22
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Customising/extending behaviour of HtmlUnknownAttributeInspection
0 votes
Created
June 21, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Strategy to support two dialects for same programming language in my plugin
0 votes
Created
April 21, 2021 07:38
Awesome, thanks for confirmation and sorry for the trouble!
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
«
First
‹
Previous
Next
›
Last
»