ycmd
ycmd copied to clipboard
A code-completion & code-comprehension server
[](https://github.com/Chilledheart)the option is supported for the MSVC-like frontend, just like `-isystem` for GNU-like frontend. --- This change is [](https://reviewable.io/reviews/ycm-core/ycmd/1634)
Sometimes libclang returns invalid ranges causing ycm in trouble. No log is recorded (both of ycmd and ycm) for this inconvenice. --- This change is [](https://reviewable.io/reviews/ycm-core/ycmd/1633)
This is the bare minimum, just forawrding the LSP response, with a few fixups for ycmd/LSP differences. - - - This change is [](https://reviewable.io/reviews/ycm-core/ycmd/1651)
I didn't understand why adding the Refactor Inline would be inconsistent and it seemed to me that using the [extract_variable](https://jedi.readthedocs.io/en/latest/docs/api.html#jedi.Script.extract_variable) and extract_function without additional arguments is easy to implement exactly...
- Remove --msvc arg on other platforms than windows - Default the value of msvc to the latest found eg, trying it on on one of my windows VMs that...
For c++ source, it is correct to use "-x c++" language options but it doesn't true for objective-c++ and objective-c source code. This patch will fix it. Add three unittests,...
Implements clangd's SwitchSourceHeader feature. Currenly issued as a GoTo response that will jump to the first line and column of the corresponding header/source of the current buffer. --- This change...
This change is [](https://reviewable.io/reviews/ycm-core/ycmd/1562)
Looks like commit a6c95a2ff7fd2600e37851a527ca01a972d41e0b might have broken dynamic loading of the ycm_core shared object on Linux when using a custom Clang installation. This prevents YCM from working since when it...
On line 60 of CMakeLists.txt the hashes for Libclang amd64 and i386 are swapped around I think. The archive hash of the 64bit version is the same as the 32bit...