Files
kotlin-fork/idea/resources/intentionDescriptions/CopyConcatenatedStringToClipboardIntention/description.html
T

7 lines
280 B
HTML

<html>
<body>
This intention copies the text of a <b>String</b> concatenation
to the system clipboard. This can be useful for example when you have a multi-line SQL query in
your code split into concatenated lines which you need to copy to an external application.
</body>
</html>