How can I refactor C++ source code using emacs?

前端 未结 9 800
孤独总比滥情好
孤独总比滥情好 2021-01-30 06:34

I\'m interested mostly in C++ and method/class name/signature automatic changes.

9条回答
  •  佛祖请我去吃肉
    2021-01-30 07:24

    In recent Emacs versions (24), Semantic is able to this.

    1. Possibly activate semantic mode M-x semantic-mode RET.
    2. Bring up the Symref buffer with C-c , g.
    3. Press C-c C-e to open all references.
    4. Rename with R.

提交回复
热议问题