8000 Some problems about completing CPP files · Issue #261 · maralla/completor.vim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Some problems about completing CPP files #261
Open
@ZhuJiaYou

Description

@ZhuJiaYou

Hi, @maralla
I've used Completor for a period of time in VIM 8.1 on Linux Mint 19.1. And it works well with Python files.
But I've got some problems with CPP files.
I've installed clang6.0 and added let g:completor_clang_binary = '/usr/bin/clang' in my .vimrc file, besides, I've added -std=c++11 in .clang_complete in the path ~/.vim/pack/completor/start/completor.vim/ to support c++11.

  1. It seems like that there're no completion candidates for include files, such as iostream, stdio.h and so on.
    include
  2. There're no completion candidates for some c++11 key words such as decltype, noexcept, but there're some such as auto.
    dec

I'm wondering whether my configrations are not correct, or there're some bugs??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0