Closed
Description
For this single file, with an implicit cradle
x = 3
y = x
These code actions on x
refactor.extract: Fold x in current file
refactor.extract: Fold x
refactor.inline: Unfold x in current file
refactor.inline: Unfold x
appear to not do anything.
Am I supposed to also install a retrie
binary or something similar? I'm using LanguageClient-neovim
.