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

I see. I am using vim + commandline.
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.