Giter Site home page Giter Site logo

Comments (6)

JBakamovic avatar JBakamovic commented on June 1, 2024

I am not sure if I understood you correctly but you're trying to say that autocompletion is not working for Vulkan API from main.cpp but from main1.cpp it does?

Can you try removing ${HOME} from -I${HOME}/VulkanSDK/1.0.61.1/x86_64/include line and replace it with the full path? I am not sure if environment variables are handled correctly (expanded) by clang-complete.

from yavide.

ks-zealot avatar ks-zealot commented on June 1, 2024

I have not environment variable in my config. I just placehold my homedir when copypast because reason.
Anyway, I already solved this problem just copying whole folder and reimport project.
Another issue, could you tell me how could I include YCM in your IDE? Or at least how could i automatically fix error, if clang know how to fix it (FixIt function in YCM).

from yavide.

JBakamovic avatar JBakamovic commented on June 1, 2024

Another issue, could you tell me how could I include YCM in your IDE?

Just download the plugin into <yavide_install_dir>/core/external directory. If you do that, then it would be wise to disable clang-complete plugin otherwise you will get weird behavior.

Or at least how could i automatically fix error, if clang know how to fix it (FixIt function in YCM).

Not available here. But for such and more features please have a look into my other project, cxxd-vim, which is no more than a Vim plugin but built on top of the language server, cxxd, which I have also developed separately. Currently, I am finishing up the implementation of auto-completion service, which is one of the last major features I wanted to bring in. It's work-in-progress but already in a good shape so I think it could be merged to master quite soon.

from yavide.

ks-zealot avatar ks-zealot commented on June 1, 2024

If you do that, then it would be wise to disable clang-complete plugin otherwise you will get weird behavior.

How could i do this?

cxxd

Looks very interesting, I will try this when you finish auto-completion.

from yavide.

JBakamovic avatar JBakamovic commented on June 1, 2024

Just like you would do for any other Vim plugin. Rename it to <name_of_the_plugin>~

from yavide.

ks-zealot avatar ks-zealot commented on June 1, 2024

Sorry, I dont get it. How could I disable plugin by renaming?

from yavide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.