Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>IntelliNamerNew to Visual Studio Code? Get it now.
IntelliNamer

IntelliNamer

Message AI

|
94 installs
| (0) | Free
Smart Variable Naming
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IntelliNamer: AI-Powered Variable Naming for JavaScript

IntelliNamer is a Visual Studio Code extension that leverages the power of OpenAI's GPT-4 to generate creative, professional, and amazing variable names for your JavaScript code.

Features

  • Generate variable names for const, let, and var declarations
  • Provide suggestions for function names
  • Automatically replace selected variable or function names with AI-generated suggestions

Installation

  1. Launch Visual Studio Code
  2. Open the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window
  3. Search for "IntelliNamer" in the Extensions search bar
  4. Click the Install button next to the IntelliNamer extension

Usage

intellinamer demo

  1. Open a JavaScript file in Visual Studio Code
  2. Select the entire line or multiple lines of code containing the variable or function declaration you want to rename
  3. Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the Command Palette
  4. Type "IntelliNamer" in the Command Palette search bar, and select "IntelliNamer: Fetch Variable Name Suggestion"
  5. The extension will send the selected code to OpenAI's GPT-4 model and fetch a suggestion for the variable or function name
  6. The selected variable or function name will be automatically replaced with the AI-generated suggestion

Troubleshooting

If you encounter any issues while using the IntelliNamer extension, please ensure that:

  • You have an active internet connection, as the extension relies on OpenAI's API
  • You have selected the entire line or multiple lines of code containing the variable or function declaration
  • You are using a JavaScript file

In case of any other issues or errors, feel free to report them on the IntelliNamer GitHub repository.

Contributing

We welcome contributions to improve the IntelliNamer extension. Please submit issues or pull requests on the IntelliNamer GitHub repository.

License

IntelliNamer is released under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft