Andersbakken / rtags

A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
http://www.rtags.net
GNU General Public License v3.0
1.83k stars 253 forks source link

Include file auto-completion does not consider current directory #1358

Open dfszb opened 4 years ago

dfszb commented 4 years ago

The auto-completion works with include files in the include path. It does not seem to consider files in the current directory.

To Reproduce Type:

include "

and then invoke company-complete. It will not consider files in the current directory.

Expected behavior It should consider files relative to the current source directory, too.

Environment (please complete the following information):