pl-ca

Results 7 comments of pl-ca

From a quick search there does not seem to be a solution for this yet. I found this open issue on the sublime text project that hasn't been updated in...

First of all, I recommend keeping `autocomplete_all` to `false` because it is a little bit experimental. If you are only looking for structure/class completion it will not be needed. Secondly,...

I will admit that I would like this feature as well, but as I'm relying 100% on clang for the completion suggestions I cannot do anything that clang does not...

You added quite a bit of features! This is great, but it doesn't work on my system. I don't have much time to look into it these days so I'll...

It is the first time I see this, I assume it is related to how format of the 'project_path' variable on Windows. Whenever I get a chance I will try...

I'll be honest and say that I have no idea what is causing this. What platform are you running this on?

Can you try to provide the full path to clang++ in the settings file? Something like ```json "clang_binary" : "\"C:\\Program Files (x86)\\LLVM\\bin\\clang++\"" ``` >Also in the include_dir, what was the...