gpt4 book ai didi

vim 对齐内联注释

转载 作者:行者123 更新时间:2023-12-05 01:30:52 25 4
gpt4 key购买 nike

除了举例之外,我真的不确定如何表达这一点。

鉴于...

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'adroit', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}

}

我将如何格式化它以便所有评论都正确排列,就像这样
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'adroit', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}

}

上面的示例来自 django 设置文件,但我在各种语言中经常遇到此问题,因此理想情况下,我会寻找一种方法来执行此操作,而不管注释分隔符如何。

最佳答案

使用 tabular .使用此插件,您可以直观地选择要对齐的部分,然后键入:

'<,'>Tabularize /#

它工作得非常好,看起来像魔术一样。

关于vim 对齐内联注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9842888/

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