code browsing, refactoring, auto completion in Emacs

前端 未结 6 822
甜味超标
甜味超标 2020-12-04 19:51

I recently switched to Emacs and still finding my way through it. I code in C++ and was wondering what tools out there extend Emacs to support code browsing (finding a symbo

6条回答
  •  盖世英雄少女心
    2020-12-04 20:17

    For refactoring, I started using emacs exclusively for this and related tasks after I read this article by emacs hacker Xah Lee.

    For autocompletion, see this SO post. Personally, I've found yasnippet very helpful throughout the years.

提交回复
热议问题