本人有点强迫症,下面列举几个场景。
Pycharm:
import abc
import abcd
import abcde
Goland:
type Listener interface {
GetProtocol() string
RenderInfo() string
GetStatus() string
Start() error
Stop() error
}
能不能使用快捷键快速的让诸如这些根据长度自动排序?比如排序成上面这样。
1
WispZhan 2022 年 4 月 30 日 via Android
自己写插件,自己找代码不别扭?
用字母表排序不是才是效率最高的? |
2
learningman 2022 年 4 月 30 日
自己写 lint 工具呗,还能咋的
|
3
oaix 2022 年 5 月 2 日
可以用 String Manipulation 插件
|