laravel-blade icon indicating copy to clipboard operation
laravel-blade copied to clipboard

Keymaps

Open james2doyle opened this issue 1 year ago • 2 comments

james2doyle avatar Jun 13 '24 17:06 james2doyle

Bindings like that are likely to cause ambiguities and should stay private or special purpose.

A related issue was raised for Twig caused by such binding.

see: https://github.com/Sublime-Instincts/BetterTwig/issues/33

deathaxe avatar Oct 10 '24 17:10 deathaxe

I was actually inspired to add this because of the binding in the official JavaScript packages that automatically adds ${} around a selection after pressing $ while inside string templates: https://github.com/sublimehq/Packages/blob/master/JavaScript/Default.sublime-keymap#L65-L71

I think this is "special purpose" but maybe there is a better scope for this to apply to instead?

image

Maybe something that targets values inside meta values or something

james2doyle avatar Oct 10 '24 17:10 james2doyle