IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
Declaring multiple variables on one line is difficult to read.
var i = 1, j = 2
var i = 1 var j = 2