如何阻止 PyCharm 的“智能”行为选项卡行为
PyCharm 的默认选项卡(如空白)行为会阻止您在它认为不合适的地方插入其他选项卡。
有人可以建议如何关闭这种行为吗?它在大多数情况下都有效,但有时您需要返回到上一行并插入新行。
The default tab (as in, white space) behaviour of PyCharm appears prevents you from inserting additional tabs where it doesn't think it is appropriate.
Could someone advise how to turn this behaviour off? It works most of the time, but sometimes you need to go back to the previous line and insert a new line.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有选项可以禁用它。相反,您应该报告无法按预期工作的具体情况,以便我们解决这些问题,请使用问题跟踪器。
There is no option to disable it. Instead, you should report the specific cases where it doesn't work as expected so that we can address them, please use the issue tracker.
代码风格设置可以在文件 | 中配置。设置 |编辑|代码风格| C/C++。可以在制表符和缩进选项卡中配置缩进。您还可以在文件 | 中禁用智能缩进。设置 |编辑|一般|智能钥匙。有关重新格式化源代码的更多信息 -
https://www.jetbrains.com /help/clion/reformatting-source-code.html
Code style settings can be configured in File | Settings | Editor | Code Style | C/C++. Indents can be configured in the Tabs and Indents tab. Also you can disable Smart indent in File | Settings | Editor | General | Smart Keys. More info about reformatting source code -
https://www.jetbrains.com/help/clion/reformatting-source-code.html