You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @zerinoid - do you require that import-js would run only on a specific snippet, or would import-js-fix suffice?
The easiest path I see here to importing after snippet expansion would be to run import-js-fix on the current file just after expanding, which will apply imports to the whole file.
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
The text was updated successfully, but these errors were encountered: