Y
Hacker News
new
|
ask
|
show
|
jobs
by
eklavya
2938 days ago
You don’t have to reload manually. Reloads automatically, make sure you have turned on reload on save in vs code or something similar in IntelliJ.
1 comments
ma2rten
2938 days ago
I see. I am using vim + commandline.
link
yorwba
2937 days ago
You could try writing a shell script using
inotifywait
to look for changes and then notify the program that it needs to reload the code.
link