删除 PYDEV 中的缩进

发布于 2024-12-08 01:51:48 字数 291 浏览 1 评论 0原文

我正在使用 pydev 进行 python 开发。我在删除语句块的缩进时遇到问题。

如果我必须添加缩进,我会按 SHIFT + 向下 箭头键,直到到达要缩进的语句块的末尾,然后按 TAB 键。这就是我过去添加的方式一步缩进一组语句。

我现在面临的问题是在一步中删除语句块的缩进。例如,我有一个 for 循环,并且在该 for 循环中有一个语句块。现在我不想再有 for 循环,并且想删除 for 循环语句块下面的缩进。目前,我将遍历每一行并按退格键删除缩进。有没有简单的方法可以对整个语句块执行此操作?

I am using pydev for python development. I am facing issue while removing indentation for a block of statement.

If I have to add indentation I used to press SHIFT + down arrow key until I reach the end of block of statements which I want to indent and then press the TAB key.This is how i used to add indent for a block of statements in one step.

The issue now I am facing is to remove indent in one step for a block of statement.For example I have a for loop and i have a block of statement with in that for loop. Now I dont want to have the for loop any more and want to remove the indent underlying the for loop statement block. At present I am going each line and press backspace to remove that indentation. Is there any easy way to do this for the entire statement block?

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

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

发布评论

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

评论(2

中性美 2024-12-15 01:51:48

我不了解 Pydev,但在大多数编辑器中 Shift+Tab 就可以了。

I don't know Pydev, but in most editors Shift+Tab will do the trick.

烟─花易冷 2024-12-15 01:51:48

来自 pydev.org,他们的页面:

Block indent (and dedent) Tab / Shift-Tab

Smart indent (and dedent) Enter / Backspace

From pydev.org, their page:

Block indent (and dedent) Tab / Shift-Tab

Smart indent (and dedent) Enter / Backspace

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