schneida
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
Created FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
AnsweredI'm trying to figure out why my FormattingService implementing AsyncDocumentFormattingService is not invoked whenever I tried to reformat multiple files (e.g. a whole folder). Also, it isn't possib... -
Created RenameInputValidatorEx no longer shows error messages
AnsweredIn our custom language plugin we have extended RenameInputValidatorEx which is suggested in the javadoc of RenameInputValidator to add a custom error message to the rename dialog in case of errors.... -
Edited Custom language highlighting in new file
AnsweredHi, I have an issue with my custom language highlighting. Everything works in an existing file, but if I create a new file and start typing, the parsing seems to not start and there is no highlight... -
Created Adding custom annotations to UnstableApiUsageInspection
AnsweredHi, I'm developing an IntelliJ plugin for our company internal framework and we are using an annotation to mark internal / experimental API so that clients are aware that some API is not endorsed b... -
Created Cannot search for usages in Gherkin like language
AnsweredI'm struggling to get "Find Usages" feature working in my custom language plugin for a Gherkin like language. The syntax is as follows Composite: Given I have a step...Composite: Given some other c...