code browsing, refactoring, auto completion in Emacs

前端 未结 6 813
甜味超标
甜味超标 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:20

    Personally, I don't like cedet. It makes Emacs take an hour to load. The auto-complete feature has never worked quite right with me. I don't need its project-management nor its UML features. The only thing I miss about it is the Emacs Code Browser, which is very useful but requires cedet

    I would advice you to just use cscope and etags and see how you like them. You can install cedet later once you're more familiar with emacs.

提交回复
热议问题