Skip to content

Symbol renaming incorrectly changes symbols that start with the original symbol's name #212

@rs38

Description

@rs38

Currently it (called "change all occurancies") can only find&replace which is not usefull to refactor (as it also changes comments and unrelated similar variables). This is not like rename.refactor e.g. for C#
Example:

$URI= "http://localhost:8080/"
$URI2= "http://Server2"
$IEexe= "C:\Program Files\Internet Explorer\iexplore.exe" 
& $IEexe $URI
& $IEexe $URI2

renaming $URI to $URIOriginal will also change unrelated $URI2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions