Johnny M. Salas

Results 24 comments of Johnny M. Salas

@tummetott I'm starting to work on https://github.com/johmsalas/text-case.nvim/issues/57 and will include an example of failed LSP rename

Added an example of LSP failure [in this PR](https://github.com/johmsalas/text-case.nvim/pull/60) In order to implement the LSP_rename_or_current_word method, we should create another method, similar to [lsp_rename](https://github.com/johmsalas/text-case.nvim/blob/21ee7f8536488d41667995b0b22aaef4839fd28a/lua/textcase/plugin/plugin.lua#L287C12-L287C22). In the do_lsp_rename method, instead of...

I'm not sure if we want to call M.current_word or M.quick_replace 🤔 hadn't work on those for a while, will need to check the difference between both

One of the sources of the original casing could be the destination case. In the example of the issue description, it is providing Title Case, but the user could have...