-
Notifications
You must be signed in to change notification settings - Fork 899
Open
Description
Out of the rename operation, I couldn't find an operation for refactorings. I would expect something like
path: /refactorings
params: TextDocumentIdentifier, Range
result: Refactoring[] with Refactoring={String title, WorkspaceEdit[]}
is there already an operation I missed, which is meant to support that?
fapdash, kputh, swistak35, lenkite, brendanator and 27 more