David Dovodov

Results 67 comments of David Dovodov

Hey! Honestly I'm not familiar neither with premake, nor with genie. But looks like its only about porting CMakeLists.txt to premake script. So if you're not comfortable reading CMakeLists.txt, I...

Okay, so I've spent some time to write initial genie scripts https://github.com/ddovod/jet-live/tree/genie_build I would like you to check out and review it, this is my first attempt on writing genie...

Adding examples from Xcode: Before choose ![2017-09-19 14 24 29](https://user-images.githubusercontent.com/9406025/30590237-6a5e8b3e-9d46-11e7-9763-7642bf27f209.png) After choose ![2017-09-19 14 24 42](https://user-images.githubusercontent.com/9406025/30590246-7347811a-9d46-11e7-90de-bad358f41012.png)

Thank you very much! Yes, company reports that type in compilation popup, also if enums type is inside long namespace chain, it reports full type name with all namespaces, so...

Oh, I see. If I can help somehow, just say and I'll try to do my best)

Also there're at least 2 places where completion doesn't work well (here for c++ with cquery): 1. Completion triggers when I type `:` after `private, public, protected` keywords in class...

> This might be an issue with company-lsp. Could be an issue with cquery or your cmake/compile_commands.json configuration. Accidentally found out the problem. The completion doesn't trigger when I'm typing...

Hello. Is there any updates on rtags intergation?

Yes, this is what I'm looking for! I'm the very beginner in this things and any info is useful. And thank you guys for this project, seems to be very...