applyrefact

applyrefact
applyOne

Apply a single hint

Example:

{
    "params": {
        "start_pos": {
            "line": 42.0,
            "col": 23.0
        },
        "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"
}