This plugin inserts customizable text below the cursor, using '{}' as a placeholder.
It can generate new text based on selected text and supports multi-line selections.
For example, you can quickly add 'console.log('variable', variable)' to your JavaScript code.
Default shortcut: Shift+Space
Default text: console.log('{}', {})