autocomplete-java
autocomplete-java copied to clipboard
Watch changed classes
Watch changes in class files instead of just triggering refresh for a single file on save. This way the package would work more nicely with linter-javac and other tools, since compilation tools may compile multiple classes at once if error in one class was preventing compilation of all the rest.