How to run inspection only after prompt (i.e. save ; ctrl-s)
Answered
I don't like red squiggly lines and other colours bugging me while im writing code. I'd much rather they appear after i've finished writing something. How can I change it so PyCharm only inspects code after being prompted to do so, i.e. after ctrl-s?
Please sign in to leave a comment.
You can switch the Highlighting level to Syntax and then back to Inspections when you need to check the code:
Unfortunately, you can't do it with a shortcut.