emacs-import-js icon indicating copy to clipboard operation
emacs-import-js copied to clipboard

Run import-js after snippet completion

Open zerinoid opened this issue 2 years ago • 2 comments

Is there a way to trigger import js after yasnippet completion?

I know I can use a custom hook or even yasnippet's 'expand-env' function but what import-js function should I use?

import-js-import will import only on-point expressions, I would need to use something that takes part of the snippet text as argument

zerinoid avatar Mar 31 '22 02:03 zerinoid