SublimeText-Nodejs icon indicating copy to clipboard operation
SublimeText-Nodejs copied to clipboard

nodejs snippets and bindings for Sublime Text 3

Results 18 SublimeText-Nodejs issues
Sort by recently updated
recently updated
newest added

Just wasted some time debugging why my Alt+D keybind wasn't working and finally found out it was due to this package. So I'd suggest to stick to ST's package recommendations...

Hi there, Just started using the package, looks really handy! Was playing with building via ST3, nice, but not something I would use regularly. However, now it seems to auto-build...

killing every running node process seems aggressive. Why do this https://github.com/tanepiper/SublimeText-Nodejs/blob/0b5e68375184ea2a44f495cad51e356679e7930e/Nodejs.sublime-build#L17 ?

enhancement

![image](https://user-images.githubusercontent.com/26781464/151105636-94be7994-4cf5-49a0-ac51-1ffc8b45c3ae.png) Package Control: The dependency "psutil" is either not available on this platform or for this version of Sublime Text

On windows, when I click in the menu: ![image](https://user-images.githubusercontent.com/18501150/80363121-0b9b2900-8884-11ea-95a1-495f2b57bdd1.png) I got: ```js Exception in thread Thread-453: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "C:\Users\A-312\AppData\Roaming\Sublime Text...

The line in sublime-build `"shell_cmd": "taskkill /F /IM node.exe & node $file"` is causing an error `ERROR: The process "node.exe" not found.`. If I comment out the `taskkill` line the...

reloading plugin Nodejs.Nodejs Traceback (most recent call last): File "F:\IDEA\Sublime Text Build 3180 x64\sublime_plugin.py", line 116, in reload_plugin m = importlib.import_module(modulename) File "./python3.3/importlib/__init__.py", line 90, in import_module File "", line...

Hi, how can I disable the snippets. They are really annoying. I've tried using PackageResourceViewer to extract the package and delete all the files in /Snippets however when the package...

Hello, Whenever i type space, the Nodejs autocomplete spams me with a list of all possible commands i could use. This is a pain because most of the time i...

Hello 👋 I have installed node via homebrew. This works: ```json { "node_command": "/usr/local/bin/node" } ``` However, neither this: ```json { "node_command": "/usr/local/bin/node --experimental-modules" } ``` nor this: ```json {...