//no inspection code tags Follow
Hi can someone point me to a list of the //no inspection code tags? I want to get rid of all the squigglies
And specifically is there one for the typo warnings, I would like a list but that one would be huge
thanks for any help
Please sign in to leave a comment.
Hi there,
https://www.jetbrains.com/help/webstorm/suppressing-inspections.html
Alt+Enter on the problematic place then choose "Suppress for statement" -- it will add such comment. You can then copy-paste it into another place if you prefer this way.
But in general: there is no such compiled list.
thanks, A lot of times I do the Alt+Enter and it doesn't give me anything and why wouldn't they have a list?