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.
对于一个 python 项目,我正在尝试一个来自 vim 的 IDE,但我有问题我的代码是如何显示的。缩进。许多行应该缩进,因为它们在 if-then-else 语句中。
在 SPE 和 netbeans 中有许多行缩进空间(四个)被折叠。
但我用 tabnanny 和 pylint 检查了文件,看不到缩进问题。并且代码一直运行到现在。
我该如何检查?
netbeans中的“显示空白”切换在哪里?
...Netbeans 想要从空格切换到制表符,而不是相反...呃 – Rafe Kettler 3 月 23 日 15:36
我同时使用netbeans并且喜欢它。是的,我将所有空格都转换为制表符,并在 php 和 python 中将其重新标记为 4
问候