tickify
v1.1.1
Published
Automatically converts string interpolation to template literals
Downloads
4
Maintainers
Readme

A VS Code extension that automatically converts string interpolation to template literals. Never manually convert quotes to backticks again!
✨ Features
- Automatic Conversion: Instantly converts string interpolation to template literals
- Smart Detection: Works with both single and double quotes
- Zero Configuration: Works out of the box with no setup required
- Lightning Fast: Real-time conversion as you type
How It Works
When you type ${} inside single or double quotes in JavaScript/TypeScript files, the extension automatically converts the quotes to backticks, creating a template literal.
Examples:
"Hello ${name}" => `Hello ${name}`;
"Hello ${name}" => `Hello ${name}`;🚀 Installation
- Visit Tickify on the VS Code Marketplace
- Click "Install"
🎯 Usage
- Open any JavaScript or TypeScript file
- Start typing a string with
${}inside single or double quotes - The extension will automatically convert it to a template literal
🐛 Known Issues
- May not work correctly with nested template literals
- May not work correctly with escaped quotes
🤝 Contributing
Contributions are welcome! Feel free to submit a Pull Request.
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
☕ Support the Project
If you find this extension helpful and would like to support its development, you can buy me a coffee!
Enjoy! If you find this extension helpful, please consider giving it a ⭐️ rating on the VS Code Marketplace.

