-
Notifications
You must be signed in to change notification settings - Fork 831
Closed
Labels
Area-LangService-FindAllReferencesFind all references across projects and solutionsFind all references across projects and solutionsArea-VS-EditorVS editor support for F# code, not covered elsewhereVS editor support for F# code, not covered elsewhereBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Description
Demo:
renamingbug.mp4
Code:
type IInterface1 =
abstract member Method1 : int
type IInterface2 =
abstract member Method2 : int
type internal SomeType() =
interface IInterface1 with
member _.Method1 =
42
interface IInterface2 with
member this.Method2 =
(this :> IInterface1).Method1Expected behavior
Method1 is renamed everywhere.
Actual behavior
Known workarounds
Rename manually, hah.
Metadata
Metadata
Assignees
Labels
Area-LangService-FindAllReferencesFind all references across projects and solutionsFind all references across projects and solutionsArea-VS-EditorVS editor support for F# code, not covered elsewhereVS editor support for F# code, not covered elsewhereBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Type
Projects
Status
Done