Files
kotlin-fork/idea/resources/intentionDescriptions/RemoveCurlyBracesFromTemplateIntention/description.html
T
Tal Man 89779b5013 2 Intentions for string templates:
the first removes curly braces from a simple name variable, ${x} -> $x
and the second does the opposite $x -> ${x}
2014-02-24 21:20:40 +04:00

5 lines
121 B
HTML

<html>
<body>
This intention removes the unnecessary curly braces around simple names in string templates
</body>
</html>