Using Javascript intentions for Typescript files
Is there a way to use the Javascript Intention Power Pack intentions with Typescript files? At lot of the intentions would make sense for Typescript as well, so this would be really helpful
Please sign in to leave a comment.
Ignore this please, it already works that way,
I was just missing the intentation that I was looking for (replace with template string is not offered for 'asdf' + 'asdf', first have to use the concatinate intention to build one string, that replace with template string is offered).