Incremental LSP renaming based on Neovim's command-preview feature.
668
stars
9
forks
source link
In a typescript file, I get an error, Request textDocument/references failed: "Cannot read properties of undefined" #1
Closed
NullVoxPopuli closed 2 years ago
Specifically on this branch: https://github.com/NullVoxPopuli/ember-resources/pull/513 in
ember-resources/src/core/resource.ts
around line 180, I tried renamingcache
.And got this error:
(history from nvim-notify)
which I think is from: https://github.com/smjonas/inc-rename.nvim/blob/main/lua/inc_rename/init.lua#L23
the code that triggered the error:
in lua files, works as expected