microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
912 stars 131 forks source link

Add refactoring for 'Local to Field' in class #627

Open DonJayamanne opened 5 years ago

DonJayamanne commented 5 years ago

Originally reported for Python Rope, but would like this in Language Server, on Sat Dec 29 2018

Requesting that 'Local to Field' refactoring class

Being able to select a local variable and convert it into a class field with a single shortcut would be a very useful feature.

jakebailey commented 5 years ago

Is this an LS issue? Or a feature request for those refactorings?

DonJayamanne commented 5 years ago

New feature request for language server