How can I disable the code inspection in SharpDevelop 5.1? It annoys me as hell and slows down typing speed due to constant code checks. There is a checkbox in Tools - Options - Coding - C# - Code inspection, but it is read-only.
How can I disable the code inspection in SharpDevelop 5.1? It annoys me as hell and slows down typing speed due to constant code checks. There is a checkbox in Tools - Options - Coding - C# - Code inspection, but it is read-only.
It looks like it is not currently possible to disable code analysis. Looking at the SharpDevelop source code that check box does not do anything even if it was enabled. So your options are: