Woolly is a simple Code Generation IntelliJ plugin that utilizes Large Language Models (LLMs) to generate, refactor, or simplify code.
-
Code Refactoring:
- The plugin excels in refactoring code for improved readability, maintainability, and overall code quality.
- It intelligently analyzes provided code snippets and suggests optimized versions, eliminating redundancies and enhancing efficiency.
-
Code Generation:
- Generate new code tailored to your specifications.
- Go to Settings > Other Settings > Woolly Settings and configure the URL for the desired LLM, model, and optionally, your API key.
- If using Ollama, pull a model (https://ollama.com/library) before using it in the plugin.
- Select a piece of text, right-click, and choose the magic Woollify action. Its default form will attempt to simplify or refactor the code.
- Generate code by instructing the plugin via comments. Feel free to experiment.
- If not satisfied with the result, undo the changes.
- Enjoy!