schneida
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
创建于 FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
已回答I'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... -
创建于 RenameInputValidatorEx no longer shows error messages
已回答In 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.... -
已编辑于 Custom language highlighting in new file
已回答Hi, 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... -
创建于 Adding custom annotations to UnstableApiUsageInspection
已回答Hi, 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... -
创建于 Cannot search for usages in Gherkin like language
已回答I'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...