devoxx / DevoxxGenieIDEAPlugin

DevoxxGenie is a plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All and Jan) and Cloud based LLMs to help review, test, explain your project code.
https://devoxx.com
MIT License
83 stars 16 forks source link

Support IDEA modules during "Copy Project" #127

Closed stephanj closed 2 weeks ago

stephanj commented 2 weeks ago

Currently the ProjectScannerService class uses project.getBaseDir(); is used but this is deprecated because a project can have multiple modules. Improve the "Copy Project" so that it walks through all the moduels.