Convert template literal to string
Convert a simple template literal without expressions into a string.

Configuration
- Code Assist ID (for the configuration file):
convert-template-literal-to-string
- You can configure custom keyboard shortcuts with this code action kind:
refactor.convert.toggle.string-template.p42.convert-template-literal-to-string
Related Code Assists
- Convert string to template literal
- Merge string concatenation
- Inline into template
- Remove unnecessary template literal