Code Lens
Drop in code, get AI-powered analysis with Grok 4.5
JS: Off-by-one bug
Python: Empty list edge case
TS: Needs refactor + tests
JavaScript
TypeScript
Python
Java
Go
Rust
C#
C++
PHP
Ruby
function sumArray(arr) { let total = 0; for (let i = 0; i <= arr.length; i++) { total += arr[i]; } return total; }
Explain
Fix Bugs
Generate Tests
Suggest Improvements
Analyze
Analysis results will appear here