DanielGavin / ols

Language server for Odin
MIT License
375 stars 56 forks source link

Rename feature #381

Closed lucypero closed 3 weeks ago

lucypero commented 2 months ago

Are there plans for implementing the rename symbol feature?

DanielGavin commented 2 months ago

Yes. It's the final big feature to be added. It most likely will be added incrementally with support for procedure renaming first, then variables, and finally struct fields and enum fields.

DanielGavin commented 3 weeks ago

rename branch now has basic support for renaming variables and struct fields.