An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Auto Interpolation To Ruby

This extension will automatically convert single quotes into double quotes when we do interpolation.

![Demo](https://github.com/LukasPol/vscode-auto-interpolation/blob/main/images/demo.gif?raw=true)

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**