Closed 205g0 closed 2 years ago
Can't reproduce it in the latest version, Perhaps related to the theme, what is your theme used?
Thanks for the quick feedback, I just update both coc-explorer and coc.vim to the latest and now it works fine 🙂thanks and closing...
and btw, coc-explorer is awesome, thanks for your great work!!
Describe the bug
F2 refactor (
<Plug>(coc-rename)
) doesn't work anymore after coc-explorer got installedIn the status bar I get:
After pressing enter I get:
Result from CocInfo
Steps to reproduce Steps to reproduce the behavior:
nvim
:CocExplorer
<Plug>(coc-rename)
Expected behavior
A normal refactor like with VS Code over all relevant vars in all files.