Skip to content
#

deoplete

Here are 58 public repositories matching this topic...

jj-tetraquark
jj-tetraquark commented May 7, 2017

In the README it states that in your .clang file you want to point to a project specific compilation database you need to specify it like so:

compilation_database = "<path to compilation_database>"

Actually you need to specify to the directory that contains it, rather than to the database itself.
i.e. if the file sits at catkin_ws/build/compile_commands.json your .clang file should s

chibby0ne
chibby0ne commented Sep 15, 2018

When trying to use deoplete-rust autocompletion on an object I can see the list of attributes and methods in a drop down selection but going through that drop down selection does not show the comments/documentation about that attribute/method only that method's signature, in the way you can in other languages.

Here's an asciinema example of what I get using a default configuration (setting th

phcerdan
phcerdan commented Dec 8, 2017

Hi, giving a try to deoplete from YCM.
Can we have an example on how to work with the compile_commands.json. It says no config required... but where should the json be? It is generated by cmake in the build folder, #14 but it should be in the root of the project right? That should be noticed to the user.

Also, for a deoplete noob, do I need something else to say to deoplete? Something lik

Improve this page

Add a description, image, and links to the deoplete topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deoplete topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.