marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
211 stars 17 forks source link

Refactor feature with empty refactor pane #31

Closed sawmurai closed 4 years ago

sawmurai commented 4 years ago

Describe the Problem

coc-refactor opens an empty refactor buffer instead of one I can use to refactor code

To Reproduce Steps to reproduce the behavior:

  1. Open a php file
  2. Put the cursor on the property
  3. Trigger coc-refactor (in my case <leader>rf)
  4. See empty buffer only containing "Save current buffer to make changes"

Expected behavior A buffer assisting refactoring should show up (not sure how to call it ...)

Screenshots screenshot-coc

Desktop (please complete the following information):

Additional context

Edit: I did not assign this issue to you intentionally, so, sorry about that.

sawmurai commented 4 years ago

Closing this issue as the problem is in coc.nvim: https://github.com/neoclide/coc.nvim/pull/1286

marlonfan commented 4 years ago

cool~