addnullchecks
This is the README for extension "addnullchecks". Install it and see yellow wiggly lines under your null checks!
Features
- Scans
.ts and .tsx files automatically.
- Shows wiggly lines (diagnostics) for potential null reference errors.
- Supports
PropertyAccessExpression , ElementAccessExpression , and CallExpression .
Usage
Just install the extension. It will run automatically in all TypeScript and TSX files you open.
Requirements
Extension Settings
This extension doesn't require any configuration.
Known Issues
- Doesn't autofix or insert optional chaining (read-only diagnostics for now).
- May produce false positives in some advanced TypeScript patterns.
Release Notes
0.0.1
- Initial release of Add Null Checks
| |