vscode-refactorix
vscode-refactorix copied to clipboard
TypeScript refactoring tools for Visual Studio Code
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
Bumps [node.extend](https://github.com/dreamerslab/node.extend) from 1.1.6 to 1.1.8. Commits - [`d4dcc92`](https://github.com/dreamerslab/node.extend/commit/d4dcc9215f24e36ba884140acee0ad0823f6c54d) v1.1.8 - [`e865437`](https://github.com/dreamerslab/node.extend/commit/e8654370ab7318e30b148aaeaffe7b9fad07f46d) [meta] add LICENSE.md - [`503209d`](https://github.com/dreamerslab/node.extend/commit/503209dd76c96c0b98ee0b86c0914ad6b2be23ed) v1.1.7 - [`d63002d`](https://github.com/dreamerslab/node.extend/commit/d63002dbc5ac2bc89c264a81bfb72769ec924f1b) [Fix] Prevent merging __proto__ property - [`c8194ae`](https://github.com/dreamerslab/node.extend/commit/c8194ae331d5325a321e5426d2c28c19b01f2667) [Tests] up to...
Hi, I have an issue with refactorix. When this extention is active my pipe caractere key conbination is blocked.
Error: command 'extension.refactorix.ArrowFunction.ToggleSingleStatementBlockExpression' not found
I get this error when trying to use this command. I have tried reinstalling to no avail. Any ideas?
Hey! First of all, thanks for this extension. I've longed for an arrow function refactoring like the one provided here. I've lost count of the number of times I've switched...
``` this.promise = new Promise((resolve, reject) => { this.resolve = resolve; this.reject = reject; let a = 42; }); ``` _Abracadabra!_ (triggers **extension.refactorix.ArrowFunction.ToggleSingleStatementBlockExpression**) `this.promise = new Promise((resolve, reject) => this.resolve...
Great extension, thanks for sharing! As I understand it, if I want to implement a new refactoring right now I would have to re-package the extension, right? Are there any...
### Suggestion: Add a refactor that will... - clone the current method - then highlight the new method name for renaming.