Sublime Forum

Emmet not working with multiple cursor

#1

In sublime text I was able to update multiple image sizes at once. With the following keyboard short cut.

{
    "keys": [
        "shift+ctrl+i"
    ],
    "args": {
        "action": "update_image_size"
    },
    "command": "run_emmet_action",
    "context": [
        {
            "key": "emmet_action_enabled.update_image_size"
        }
    ]
},

However this no longer works in Sublime Text 4. Ctrl+shft+I still updates image size but it doesn’t work in multiple cursors at once.

Can anyone help me with some new code for emmet?

0 Likes

#2

it doesn’t work in multiple cursors at once.

True, from the above code. Maybe file an issue (enhancement) to Emmet?

0 Likes