Wei Tan

Results 83 comments of Wei Tan

It seems that `Multrin` does not work well when it located in the non-primary screen on Windows.

Wow, seems great. Waiting for the PR is merged.

Wow, it seems CMake support is on the way. Awesome! It seems Windows will be the final "boss", more complex than under *nix. I mainly work under Windows, so if...

On MacOS Big Sur 11.4, I meet the similar issue. `ccls` complains that can't find **. The core problem here IMO is the option `-isysroot`. `ccls` can't parse the search...

Ok, @flanggut 's method works for me: ```bash brew uninstall ccls brew install ccls --HEAD -i ``` A local compilation will work well.

You can set `SYSTEM_CLANG` into `ON`, then it will be built with your system clang instead of `clang 7` from the release page. It is hard coded in `CMakeLists.txt`.

After clang 8.0.0 is released for some days, the project is still shipped with clang 7.0.0, maybe the project is not active for some days. For me, most of the...

@alexanderbarbosa I'v tried `ccls` some days (BTW, the author appears above) in Atom, it takes some days for me to report my experience.

Wow, almost 4 years ago... Maybe we can't get the answer here...

Met the same issue on My Windows 10. But on MacOS, it is quite fast.