-
Notifications
You must be signed in to change notification settings - Fork 19
Diff and Details not showing #35
Comments
Okay. So is this still an issue? Can it be closed? 😆 |
It is not showing diff |
That must not be wrong. Though it looks like it could have one. :lua print(vim.inspect(vim.lsp.buf_request_sync(0, 'textDocument/codeAction', vim.lsp.util.make_range_params()))) |
My Neovim Config |
same error for diff section here |
I'm also not seeing a diff here! Happy to help troubleshoot. FWIW, the code action (adding the missing import) does apply correctly when selected. Note that the details do show up fine; I just have them disabled in my config. Language server: tsserver 0.9.3
|
I meet the same problem. Can't show the diff window.
Do you have resolved the problem? Thank you. |
I too am seeing a similar case where the diff isn't shown, though all the rest works perfectly (actions are being applied, context is fully displayed): in particular this happens with the |
For use with tsserver and null-ls
DetailsNVIM v0.9.1 |
I recently found your plugin and found it very useful but I have some bug related to code action menu here is the screenshot of the menu
I have set
vim.g.code_action_menu_show_details
totrue
andvim.g.code_action_menu_show_diff
totrue
but they are not showing to meConfiguration
https://github.com/Iamafnan/my-nvimrc
Neovim Version
NVIM 0.7.0-dev
The text was updated successfully, but these errors were encountered: