File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ wrangler:
29
29
- "new-var"
30
30
- "rename-fun"
31
31
- "rename-var"
32
+ - "inline-var"
32
33
```
33
34
- Only ` enabled ` and ` enabled_refactorings ` are required properties.
34
35
- ` path ` can be omitted if Wrangler is added to the PATH environment variable.
@@ -66,6 +67,9 @@ This can be initiated by a code lens at the beginning of the file:\
66
67
### Fold expression - ` fold-expression `
67
68
With Wrangler form, replace instances of the function body by the corresponding function definition.
68
69
70
+ ### Inline variable - ` inline-var `
71
+ With Wrangler form, replace instances of a variable with its corresponding value.
72
+
69
73
### Generalise function - ` generalise-fun `
70
74
Refactor the highlighted expression as the function's new argument.
71
75
You can’t perform that action at this time.
0 commit comments