groovy-language-server
groovy-language-server copied to clipboard
Optionally recursively search additional classpath directories
Closes #100
This pull request enhances the groovy.classpath configuration to allow for recursive directory traversal when specifying classpath entries.
For example, if a user specifies /home/user/.m2/repository/**, the local Maven repository will be recursively searched, and all .jar files will be added to the classpath.
This is accomplished by modifying the getClasspathList method in CompilationUnitFactory.java. I added a helper function for recursive directory search as well.
I have been looking for this feature! Any updates on getting this merged?