Reputation: 10308
In IDEA 2016.2, when you suppress an inspection for a statement, the generated comment looks like this:
//noinspection InspectionName
It annoys me that there's no space before noinspection
. Can this template be changed?
Upvotes: 0
Views: 36
Reputation: 97268
No, this comment text is built programmatically and cannot be changed by the user.
Upvotes: 2