You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
canRename will need to take a Point for caretPosition and a filepath for the current document rename (the first one) needs to change to only manipulate the buffer on the FSharp.Editing side and return a changeset to the Logic/VsIntegration side.
@vasily-kirichenko I'm not sure about the rest of this, I'll fill in the rest of the details later when I have a better understanding of how this can work (or you can edit this issue with what needs to be done 😉 )
This looks to be a tricky migration
canRename
will need to take a Point for caretPosition and a filepath for the current documentrename
(the first one) needs to change to only manipulate the buffer on the FSharp.Editing side and return a changeset to the Logic/VsIntegration side.@vasily-kirichenko I'm not sure about the rest of this, I'll fill in the rest of the details later when I have a better understanding of how this can work (or you can edit this issue with what needs to be done 😉 )
Code Located @
https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharp.Editing.VisualStudio/Symbol/RenameCommandFilter.fs
The text was updated successfully, but these errors were encountered: