Daniel Martín
Daniel Martín
As PR #29 shows, there's an opportunity for Kin to work not only in batch mode, but integrated with text editors and IDEs, doing checks in the background. For a...
This PR removes the `ccls-tree` named feature that was created ad-hoc for ccls and replaces it with an lsp-treemacs implementation. lsp-treemacs is a package of choice when lsp clients want...
The following piece of code causes a lifetime warning about returning a dangling pointer: ``` class PrivateKey { // A random class that models a private key. }; PrivateKey* getPrivateKey()...
I've tried YCM-Generator with the Swift open source project at https://github.com/apple/swift (based on CMake), but the following error occurs: ``` CMake Error at cmake/modules/SwiftUtils.cmake:94 (message): Unknown build type: Call Stack...
### Feature Description: The Quick Open or Command Palette in VSCode supports navigating to the previous element with Ctrl+P and to the next element with Ctrl+N, at least on macOS....