In software engineering, two notoriously difficult things are cache invalidation and naming things. While we can't help with the first one, we've got your back for the second! 😉
A Visual Studio Code extension that helps developers write more readable code by suggesting meaningful variable names. Perfect for JavaScript and TypeScript projects.
Features
🤖 AI-powered variable name suggestions
✨ Instant inline suggestions without modifying your code
🎯 Context-aware naming based on value and usage
🔄 Multiple naming options for flexibility
💡 Supports JavaScript and TypeScript files
Installation
Open Visual Studio Code
Go to Extensions (Ctrl+Shift+X)
Search for "Name My Variable"
Click Install
How to Use
Write a variable assignment (e.g., const abc = 123)
Place your cursor on the line containing the variable assignment