emmetio / sublime-text-plugin

The essential toolkit for web-developers
https://emmet.io
MIT License
250 stars 30 forks source link

Emmet not working with multiple cursor #170

Open joshgreen opened 2 years ago

joshgreen commented 2 years ago

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.