Skip to content

Allow for refactoring (renaming) across multiple Typescript projects #8058

Closed
@egamma

Description

@egamma

From @dpsthree on April 12, 2016 15:52

I have a folder that contains a Typescript Client and Typescript Node Server subfolder. There is a third top level directory, common, where we store our isomorphic Typescript code.

In order for a rename to work across files a tsconfig.json file is needed that includes the top module of your project and all submodules must be imported properly.

When attempting to perform a rename of a class defined in the common folder the action is only applied to one of the two typescript projects. Adding a top level tsconfig.json that points to the starting modules of both projects did not change this behavior.

Ideally, a refactor would follow all tsconfig.json module trees as needed.

Copied from original issue: microsoft/vscode#5194

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions