主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
schneida
活动总数
25
最后的活动
2023年04月20日 11:37
成员加入日期
2019年01月08日 13:30
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
6
活动概览
帖子(5)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月20日 11:37
For reference - I have created https://youtrack.jetbrains.com/issue/IDEA-318504/FormattingService-implementing-AsyncDocumentFormattingService-not-invoked-on-mass-reformat-save-action
社区
IntelliJ IDEA Open API and Plugin Development
FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
0 票
创建于
2023年04月17日 07:40
I have created a small demo plugin based on the plugin template which you can check out here: https://github.com/sischnei/reformatIssueDemo To reproduce the issue, start an IDE with the plugin and ...
社区
IntelliJ IDEA Open API and Plugin Development
FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
0 票
创建于
2022年12月20日 16:09
I'm running into the same issue here, and also had the assumption that "spaceExistanceTypeBetweenTokens should be called for every change in the editor" - however, looking at the call tree, it seem...
社区
IntelliJ IDEA Open API and Plugin Development
Language Parser Space Requirements
0 票
创建于
2021年01月14日 17:58
Thanks for your suggestions, unfortunately, they didn't really tell me why it's not working. I'm certainly happy about the suggestions of using LexerTestCase as we struggled with writing test cases...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language highlighting in new file
0 票
创建于
2021年01月14日 10:50
Contains the full sources + bnf and lexer files seperately: Upload id: 2021_01_14_4uHJTrYk3jfiSCBw (files: CompositeSteps.bnf and 2 more)
社区
IntelliJ IDEA Open API and Plugin Development
Custom language highlighting in new file
0 票
创建于
2021年01月14日 10:39
Is there a paid support available somewhere as I can't share the full sources publicly...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language highlighting in new file
0 票
创建于
2020年05月20日 06:24
Hey, many thanks for the prompt and very helpful reply! The limitation of the current inspection only applying to dependencies is actually perfect for us. Our clients use our framework as maven dep...
社区
IntelliJ IDEA Open API and Plugin Development
Adding custom annotations to UnstableApiUsageInspection
0 票
创建于
2020年02月06日 08:42
Hey - sorry to bump, but I'm still struggling with this. Can anybody give some more insight into how the documentation for this should be interpreted / how this feature is supposed to work?
社区
IntelliJ IDEA Open API and Plugin Development
Cannot search for usages in Gherkin like language
0 票
创建于
2020年01月18日 10:35
You can find a minimal version of the plugin that showcases the issue here: https://github.com/sischnei/gherkin-language-example Run the plugin and create a file "Example.steps" containing the foll...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot search for usages in Gherkin like language
0 票