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

Emacs plugin for ImportJS

Results 6 emacs-import-js issues
Sort by recently updated
recently updated
newest added

I install import-js layer in my .spacemacs. ```lisp dotspacemacs-configuration-layers '( import-js ... ) ``` install the import-js: ```shell $ npm install -g import-js ``` also the exec-path: ```lisp Its value...

The [Grizzl](https://github.com/grizzl/grizzl) project is deprecated. I replaced its use with the built-in `completing-read`. This way users can install their completing-read package of choice and it will be used automatically by...

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...

Hi, thanks for this awesome time saving tool! I configured `import-js-fix` to be run via `after-save-hook`. I also have configured a hook that saves the buffer when I am switching...

When having a hook on window switch to save a file and having a file to fix imports `after save`, the new file content was written to the window I...

Hey, I noticed that the IPC is broken when `json-encoding-pretty-print` is set, because `import-js` reads input via `readline` and there'll be linebreaks in the json when pretty-printing. Here's a PR...