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?
请先登录再写评论。
Stephen Boesch wrote:
Edit|Paste Simple
N.
usually this happens when you paste INSIDE an existing string