superlou / lapce-python

Python LSP plugin for the Lapce editor
MIT License
22 stars 4 forks source link

more a question than an issue (symbole renaming through rope ?) #10

Open NicolasTriquenaux opened 1 year ago

NicolasTriquenaux commented 1 year ago

I may have wrongly configured the langage server and/or rope, but does it support symbol renaming that can be performed by rope ?

I can see that a '.ropeproject' folder is created in my python project, but there are no python file in it that should have been autogenerated by rope. I also do see contextual operations with the lighbulb (like extract method) but nothing happens if i click on one of the offered operation (like extract method)