Setting groupname in inspection result tool view
已回答
I am writing custom inspections for a custom language. Everything's fine except the results are all coming out under one group name and not like Java inspections grouped by package. I tried setting the groupname on the problem descriptor but that didn't help. Can you point me to the right place to set this?
请先登录再写评论。
Vahid, do you use IntelliJ IDEA 2016.2? If yes, then for non-Java languages grouping by package/directory was broken. It will be available in next updates. You don't need do any manual actions to have this grouping.