Refactoring in Vim

前端 未结 15 2084
醉梦人生
醉梦人生 2021-01-29 17:44

Of course the fact that you can refactor on IDEs is priceless for many, I hardly ever do it when I am coding but I may try to do it when editing some one else\'s source. How do

15条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-29 18:32

    Plugin Factorus

    There is another vim plugin dedicated for refactoring called factorus which is available on github.

    Currently (2017-12), it supports the languages

    • c,
    • java, and
    • python.

提交回复
热议问题