onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.35k stars 299 forks source link

Unable to use LSP rename functionality with clangd #2646

Closed Siprj closed 5 years ago

Siprj commented 5 years ago

Oni Version: latest master b9a29925f88036a3eb089f61f48d30a220136948 Neovim Version (Linux only): v0.3.1 Operating System: Arch

Issue: Unable to use LSP rename functionality with clangd.

Rename always fails with error in development console.

Expected behavior: Variable is renamed.

Actual behavior: New empty file (with name undefined) is opened. And target of the rename is not renamed.

Steps to reproduce: Use clangd as LSP server for C++ and try to rename variable.

oni-bot[bot] commented 5 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.