How can I do a verbatim paste from clipboard?
I have an embedded handlebars (javascript) template inside of a <script> tag that which has intention I'd like to keep, but PyCharm mangles my indentation when I paste it. Is there a shortcut for doing a verbatim paste?
请先登录再写评论。
Please try Edit | Paste Simple (although I'm not sure if this will actually help – never actually used it myself).
http://www.jetbrains.com/pycharm/webhelp/cutting-copying-and-pasting.html
Other that that – please check Settings | Editor | Smart Keys | Reformat on Paste
http://www.jetbrains.com/pycharm/webhelp/editor-smart-keys.html