IDE 与 vim 中的制表符/空格缩进问题

发布于 2024-10-26 05:52:10 字数 276 浏览 1 评论 0原文

对于一个 python 项目,我正在尝试一个来自 vim 的 IDE,但我对我的代码的显示方式有疑问。缩进。许多行应该缩进,因为它们位于 if-then-else 语句内。

在 SPE 和 netbeans 中,有许多行的缩进空间(四个)被折叠。

但我用 tabnanny 和 pylint 检查了文件,看不到缩进问题。并且该代码到目前为止一直在运行。

  1. 我如何检查?

  2. netbeans 中的“显示空白”开关在哪里?

For a python project I am trying an IDE, coming from vim but I have troube how my code is shown resp. indentation. Many lines should be indented because they are inside if-then-else statements.

In SPE and netbeans there are many lines where the indention-space (four) are collapsed.

But I checked the files with tabnanny and pylint and cant see indention problems. ANd the code has been running up to now.

  1. How can i check that?

  2. Where is the "show whitespace" toggle in netbeans?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

浪菊怪哟 2024-11-02 05:52:10

...Netbeans 想要从空格切换
到选项卡,而不是相反......
ergh – Rafe Kettler 3 月 23 日 15:36

我同时使用 netbeans 并且喜欢它。
是的,我将所有空格转换为制表符,并在 php 和 python

方面将其重新制表符为 4

...Netbeans want to switch from spaces
to tabs, not the other way around...
ergh – Rafe Kettler Mar 23 at 15:36

I use netbeans meanwhile and like it.
Yes I converted all spaces to tabs and retab it to 4 in php and python

regards

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