Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Request for control commands of that parser #58

Open tomluchowski opened 10 years ago

tomluchowski commented 10 years ago

From documentation -- C-h m , your ecca does not have any steering commands. Especially I would like to have command like CEDET/semantic M-x senator-force-tag-refresh to be able to parse and ad tags to the database. I recently wanted to add OGRE3d lib header files to the auto completition database . Only what I could was to open all header files from /usr/include/OGRE. and pray that the computer would not choke off to death ( waited 15 minutes and finally it worked ) ! So what I ask you is not to implement in new features to resemeble existing software, I just ask you present meaningful interface to the user. ( That we have a nice bunch of commands via C-h m ) :) .