Intellij adding escaping backslashes to cut/paste strings
Hi, I did a ctrl-c on a string: "+host+":"+port+"
and intellij converted it to: \"+host+\":\"+port+\""
I DON'T want that behavior. How do I disable that "intelligence" that is actually corruption from my perspective?
Please sign in to leave a comment.
Stephen Boesch wrote:
Edit|Paste Simple
N.
usually this happens when you paste INSIDE an existing string