Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
egamma opened this issue Apr 13, 2016 · 2 comments
Closed

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

egamma opened this issue Apr 13, 2016 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@egamma
Copy link
Member

egamma commented Apr 13, 2016

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

@egamma
Copy link
Member Author

egamma commented Apr 13, 2016

Moving to the typescript repository.

@mhegazy
Copy link
Contributor

mhegazy commented Apr 13, 2016

duplicate of #2531

@mhegazy mhegazy closed this as completed Apr 13, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Apr 13, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants