Template String Magic
DescriptionThe "Template String Magic" extension for Visual Studio Code enhances your coding experience by automatically converting string literals with embedded expressions into template strings. This plugin increases productivity and reduces errors by providing seamless string manipulations directly within your code editor. By default it will take effect on all files, you can specify that it will take effect on a particular file (please click on the lower right plus to add or remove), once a file is added, only these added file types will take effect Features
MotiveInspired by the template-string-converter extension just to work around some bugs in template-string-converter, many of the bugs in issues are unfixed and using regular expression matching, there are issues with matching errors, so reimplementing these features using AST would be more Precise InstallationYou can install the "Template String Magic" extension through the Visual Studio Code Marketplace. Simply search for "Template String Magic" and click install. Usage
ContributingContributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on GitHub. LicenseThis extension is licensed under the MIT License. |