applyrefact¶
- 
applyrefact¶ - 
applyOne¶ Apply a single hint
Example:
{ "params": { "start_pos": { "line": 42, "col": 23 }, "file": { "file": "a file name" } }, "cmd": "applyrefact:applyOne" }
- 
applyAll¶ Apply all hints to the file
Example:
{ "params": { "file": { "file": "a file name" } }, "cmd": "applyrefact:applyAll" }
-