V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
tlmn
V2EX  ›  程序员

有没有办法控制 jetbrains 家产品的排序方法?

  •  
  •   tlmn · Apr 30, 2022 · 2747 views
    This topic created in 1469 days ago, the information mentioned may be changed or developed.

    本人有点强迫症,下面列举几个场景。

    Pycharm:

    import abc
    import abcd
    import abcde
    

    Goland:

    type Listener interface {
    	GetProtocol() string
    	RenderInfo() string
    	GetStatus() string
    	Start() error
    	Stop() error
    }
    

    能不能使用快捷键快速的让诸如这些根据长度自动排序?比如排序成上面这样。

    3 replies    2022-05-02 15:54:06 +08:00
    WispZhan
        1
    WispZhan  
       Apr 30, 2022 via Android
    自己写插件,自己找代码不别扭?

    用字母表排序不是才是效率最高的?
    learningman
        2
    learningman  
       Apr 30, 2022
    自己写 lint 工具呗,还能咋的
    oaix
        3
    oaix  
       May 2, 2022
    可以用 String Manipulation 插件
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5814 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 66ms · UTC 03:28 · PVG 11:28 · LAX 20:28 · JFK 23:28
    ♥ Do have faith in what you're doing.