Closed
Description
TypeScript Version: 3.8.1-rc
Search Terms:
- refactor
- refactoring
- code actions
Repo
For code such as
import ImageEditor from 'tui-image-editor';
Place cursor on the string
Bug:
A convert to template string
refactoring is offered. This is not helpful.
I suggest that we only show convert to template string
if you are on a string concatenation expression.