We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb91363 + 92270a2 commit 16f6e42Copy full SHA for 16f6e42
wrangler/wls/wrangler_language_server.markdown
@@ -29,6 +29,7 @@ wrangler:
29
- "new-var"
30
- "rename-fun"
31
- "rename-var"
32
+ - "inline-var"
33
```
34
- Only `enabled` and `enabled_refactorings` are required properties.
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`
68
With Wrangler form, replace instances of the function body by the corresponding function definition.
69
70
+### Inline variable - `inline-var`
71
+With Wrangler form, replace instances of a variable with its corresponding value.
72
+
73
### Generalise function - `generalise-fun`
74
Refactor the highlighted expression as the function's new argument.
75
0 commit comments