Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
schneida
Total activity
25
Last activity
April 20, 2023 11:37
Member since
January 08, 2019 13:30
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
6
Activity overview
Posts (5)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
April 20, 2023 11:37
For reference - I have created https://youtrack.jetbrains.com/issue/IDEA-318504/FormattingService-implementing-AsyncDocumentFormattingService-not-invoked-on-mass-reformat-save-action
Community
IntelliJ IDEA Open API and Plugin Development
FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
0 votes
Created
April 17, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
0 votes
Created
December 20, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Language Parser Space Requirements
0 votes
Created
January 14, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language highlighting in new file
0 votes
Created
January 14, 2021 10:50
Contains the full sources + bnf and lexer files seperately: Upload id: 2021_01_14_4uHJTrYk3jfiSCBw (files: CompositeSteps.bnf and 2 more)
Community
IntelliJ IDEA Open API and Plugin Development
Custom language highlighting in new file
0 votes
Created
January 14, 2021 10:39
Is there a paid support available somewhere as I can't share the full sources publicly...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language highlighting in new file
0 votes
Created
May 20, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding custom annotations to UnstableApiUsageInspection
0 votes
Created
February 06, 2020 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?
Community
IntelliJ IDEA Open API and Plugin Development
Cannot search for usages in Gherkin like language
0 votes
Created
January 18, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot search for usages in Gherkin like language
0 votes