halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

better handle replacing of func name #83

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago
fu|ncname(oldargs)

autocomplete, choose another name "fuf" (name of func too). Lazarus IDE makes this (good)

fuf|(oldargs)

LSP client makes this (bad)

fuf(|)(oldargs)
halfbrained commented 3 years ago

thanks, changed