eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.12k stars 455 forks source link

Rename Symbol. #2947

Open shadoww1028 opened 2 years ago

shadoww1028 commented 2 years ago

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 commented 2 years ago

CodeLite 5.0.9 Arch Linux. Duel monitors.

eranif commented 2 years ago

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

shadoww1028 commented 2 years ago

Cool.

eranif commented 2 years ago

Lets keep this one open as reminder to implement it

shadoww1028 commented 4 months ago

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