Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@
![License](https://img.shields.io/github/license/smallcloudai/refact-intellij)


# refact-intellij
# Refact-intellij
*Refact for JetBrains is a free, open-source AI code assistant*
- **Code suggestions and completions:** Refact suggests potential code completions based on the context of your code, looking up and down. It can suggest whole functions, classes, commonly used programming patterns, libraries, and APIs usage.
- **AI Toolbox:** Apply functions for bug detection and fixing, code refactoring, documentation assistance, code review, and more.
- **Integrated AI Chat:** Use natural language to ask code questions and get answers seamlessly.

![image](https://github.com/smallcloudai/refact-intellij/blob/main/almost-all-features-05x.jpg)

## Features

- Access to 20+ LLMs: Leverage powerful language models, including GPT-4, Refact/1.6B, Code Llama, StarCoder2, Mistral, Mixtral, and more. Some models offer the ability to fine-tune for specialized needs.

- CodeLens Integration: Get detailed insights into your code directly from your IDE using CodeLens. This feature enhances code navigation and understanding- CodeLens Integration: As you write code, you can instantly call a chat to find bugs or ask for an explanation of any code snippet.

- FIM Debug Page: Access debugging tools and insights through the FIM debug page for improved troubleshooting.

- Upload Images within Your IDE : Save time with our new in-IDE image upload feature—seamlessly integrated for your convenience. Easily upload one or multiple images to streamline your workflow


## Getting Started
Once [installed](https://plugins.jetbrains.com/plugin/20647-refact-ai), look for the Refact.ai logo in the status bar or the sidebar, click 'login', and agree to T&C. Start typing some code, and autocomplete will make suggestions automatically! Press F1 to access the AI toolbox functions. Refact has a simple, user-friendly interface that makes it easy to use, even for those new to AI tools.

If you have your own NVIDIA GPU, you can try the [self-hosted version](https://github.com/smallcloudai/refact).
## Support & Feedback
Join our Discord to get to know other community members, send us feedback or suggestions, and get support.
Loading