'Move to new file' refactoring for JavaScript and TypeScript #49866
Labels
feature-request
Request for new features or functionality
javascript
JavaScript support issues
on-testplan
typescript
Typescript support issues
Milestone
Add a new refactoring that extracts a class or function to a new file next to the current one. For example, for the simple project:
code.ts
:If the user highlights
Bar
, theextract to new file
action would result in:code.ts
:bar.ts
:The text was updated successfully, but these errors were encountered: