Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想防止 Intellij IDEA 在我粘贴代码时重新格式化我的代码。 我怎样才能做到这一点?
PS 它是必需的,因为我无法为 Erlang(ErlGray 插件)自定义代码格式
如果其他人遇到这种情况并且不想更改他们的项目范围设置,我最近发现了一个“粘贴简单”命令(Ctrl+Alt+Shift+V)。我不确定它添加了什么版本,但它从 IntelliJ 13 开始就存在。
设置Settings(Preferences在 Mac 上)| Editor| Smart Keys| Reformat on Paste到无:
Settings
Preferences
Editor
Smart Keys
Reformat on Paste
我发现仅将粘贴上的重新格式化更改为无对我不起作用。我还必须取消勾选“智能缩进粘贴线”