如何阻止 PyCharm 的“智能”行为选项卡行为

发布于 2024-12-19 19:49:53 字数 105 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

归属感 2024-12-26 19:49:53

没有选项可以禁用它。相反,您应该报告无法按预期工作的具体情况,以便我们解决这些问题,请使用问题跟踪器

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.

笑脸一如从前 2024-12-26 19:49:53

代码风格设置可以在文件 | 中配置。设置 |编辑|代码风格| 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文