https://github.com/lukaspol/vscode-auto-interpolation
vscode extension to convert single quotes to double quotes in interpolation
https://github.com/lukaspol/vscode-auto-interpolation
ruby template-string vscode-extension
Last synced: 8 months ago
JSON representation
vscode extension to convert single quotes to double quotes in interpolation
- Host: GitHub
- URL: https://github.com/lukaspol/vscode-auto-interpolation
- Owner: LukasPol
- License: mit
- Created: 2024-07-19T00:24:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T21:47:04.000Z (almost 2 years ago)
- Last Synced: 2025-09-01T18:46:11.128Z (9 months ago)
- Topics: ruby, template-string, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=LukasPol.auto-interpolation
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Interpolation To Ruby
This extension will automatically convert single quotes into double quotes when we do interpolation.

You are typing in a single quote when you type #{} and turn eum into a single quote.
## Known Issues
No known issues at the moment. If you encounter any problems, please report them on [GitHub Issues](https://github.com/LukasPol/vscode-auto-interpolation/issues).
## Contributing
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
## License
This extension is licensed under the [MIT License](LICENSE).
---
**Enjoy**