Refactoring in Vim

前端 未结 15 1965
醉梦人生
醉梦人生 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:24

    Python

    For the python language following plugins provide 'smart' renaming capabilities for vim:

    • jedi-vim (github) r
    • ropevim (github) CTRL-c r r
    • python-mode (github) :h pymode-rope-refactoring

提交回复
热议问题