Reload package without window:reload
.
UI Theme: nucleus-dark-ui
Syntax Theme: base16-tomorrow-dark (installed by default)
Command | Description |
---|---|
atom-hot-package-loader:select-package |
Select target package |
atom-hot-package-loader:detect-package |
Try guessing target package |
atom-hot-package-loader:reload |
Reload targeted package |
atom-hot-package-loader:watch |
Start targeted package's file watching |
atom-hot-package-loader:unwatch |
Stop watching |
Setting | default | Description |
---|---|---|
autoWatchTarget |
false |
Start watching the targeted package right after it has been selected |
detectTargetOnStart |
false |
Try guessing target package automatically when activating this package |
watchedTargetReloadDelay |
100 |
Delay before reloading watched target package |
onlyInDevMode |
true |
Use this plugin only in devMode |
outputLog |
false |
Print debug info to console |
Open Atom editor window in devMode (e.g. View / Developer / Open In Dev Mode...
via app menu).
Select target package by using atom-hot-package-loader:select-package
. Alternatively you can use atom-hot-package-loader:detect-package
command which will try to guess target package based on paths of active text editor and project's root directories.
After that, use command reload
or watch
for hot reloading.
If you want to stop watch
, you can use command unwatch
.
MIT