cursive
cursive copied to clipboard
Add ability to suppress inspections for line/function/file
E.g. for Python, you can add
# noinspection PyUnusedLocal
comment to suppress the "Local variable value is not used" inspection for the following piece of code.