Find `var` declarations for modernization review.
Section: Editor Refactor Recipes
Find simple `var` declarations
regex
regex
^\s*var\s+([A-Za-z_$][\w$]*)Explanation
Helpful in older JavaScript codebases.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Editor Refactor Recipes