Hot Reload
#
What is Hot-Reload?The files you modify in the IDE will be synchronized to the remote container in real time, and your Run/Debug command will be re-executed.
#
Supported IDEsLanguage | IDE | Edition | Required Plugin |
---|---|---|---|
Java | IntelliJ IDEA | Ultimate | N/A |
Go | IntelliJ IDEA | Ultimate | Go plugin |
GoLand | Professional | N/A | |
Python | IntelliJ IDEA | Ultimate | Python plugin |
PyCharm | Professional | N/A | |
PHP | IntelliJ IDEA | Ultimate | PHP plugin |
PhpStorm | Professional | N/A | |
Node.js | IntelliJ IDEA | Ultimate | N/A |
WebStorm | Professional | N/A |
#
How to enable Hot-Reload?- Select the workload that you want to Run/Debug
- Right-click the workload and select
Dev Config
, configurehotReload: true
#
Sample ConfigurationNocalhost Configs