gpt4 book ai didi

python - Eclipse PyDev 中的括号折叠

转载 作者:行者123 更新时间:2023-11-28 23:05:49 25 4
gpt4 key购买 nike

有什么方法可以自定义 Eclipse PyDev 行折叠吗?当一个函数调用有很多参数时,我更喜欢这样折叠我的代码:

def some_function():
function_call(
first_argument=first_value,
second_argument=second_value,
third_argument=third_value,
...
)

但是对于 PyDev,这真的很难。在 function_call( 之后点击 RETURN 将带我到下一行,标识在与 ( 相同的列上完成。它看起来像这样:

def some_function():
function_call(
# My caret lands here.

不是什么大问题,但在设置和网络上都找不到任何东西。

最佳答案

在 window > preferences > pydev > editor > typing 下,取消选中“after '(' indents to its level (indents by tabs if unchecked)”。

关于python - Eclipse PyDev 中的括号折叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5643115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com