codelite icon indicating copy to clipboard operation
codelite copied to clipboard

Rename Symbol.

Open shadoww1028 opened this issue 3 years ago • 5 comments

Rename Symbol missing on menu. Being able to rename things is a nice feature and I no longer see it on the context menu on 15.0.9.

shadoww1028 avatar Feb 02 '22 01:02 shadoww1028

CodeLite 5.0.9 Arch Linux. Duel monitors.

shadoww1028 avatar Feb 02 '22 01:02 shadoww1028

The entire code completion is undergoing refactoring. we now entirely relying on the Language Server to provide code completion (including: find-references, find-symbol, rename-symbol etc). This feature will be re-added once we implement the LSP message "RenameSymbol" https://microsoft.github.io/language-server-protocol/specification#textDocument_rename

eranif avatar Feb 02 '22 21:02 eranif

Cool.

shadoww1028 avatar Feb 02 '22 22:02 shadoww1028

Lets keep this one open as reminder to implement it

eranif avatar Feb 03 '22 06:02 eranif

Now using Codelite 17.9 on Linux mint, this feature works now.

shadoww1028 avatar May 02 '24 02:05 shadoww1028