mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.09k stars 62 forks source link

Fix extract variable with replace all occurrences #379

Closed mfussenegger closed 1 year ago

mfussenegger commented 1 year ago

Adds extractVariableAllOccurrence to inferSelectionSupport to make the "Extract to local variable (replace all occurrences)" code action work

Closes https://github.com/mfussenegger/nvim-jdtls/issues/371