v1.7
Select IDE
Visual Studio CodeIntelliJVisual Studio
Home
Blog
Release History
Download
ℹ️ Introduction🛠 Installation
🆔 Log In
💻 Features
Chat ConversationAction Commands
Code Context
Workspace Status
Autocomplete
Autodoc
Autofix
Inline Chat
Cross-check
Web Search
Feedback System
💲 Usage Quotas❗️ Special Instructions for Internal FPT Users
❔ FAQ
🔥 What's New
Visit Website

Autofix

This feature allows you to fix issues by selecting critical rules to help resolve issues more efficiently and accurately.

Follow these steps to use Autofix feature:

Detect Autofix Violation

Step 1: Click the Agent icon at the top right corner of the chat window as the image below to show the Agent Store Popup.
Step 2: At Agent Store Popup, click icon Autofix as the image below.
Step 3: Click “Task Status” button to check the Identified Task list.

No violation detected cases

The system displays “No violations found in <File Name>!” as below:

Violation detected cases

The system displays “Violations found in File Name>” as below:
Step 4: Select a “Violations found in <File Name>” to check details of violations line(s).
Step 5: Select the violation & click “Propose refactors” to propose refactors.
The violations are categorized into the following sections:
‍
1. Exclusive Tasks (Single Select) – Users can select only one rule from this section at a time.
2. Batch Tasks (Multiple Select) – Users can select multiple rules simultaneously from this section.
3. Informative issue – Which works like a warning, and they are unavailable for selection.

However, you can only select violations from one section at a time. If a rule from one section is selected, the other section becomes unavailable for selection.
After proposing, you can optionally enable Enable rescan to make the scanning automatically retriggered when applying.
You can select/deselect violations and propose again in step 5.
Step 6: After proposing refactors, click Next and Apply refactor to confirm applying the solutions for the violation to your current file.
Remember to review and verify the suggested refactor solution for violation before applying them to ensure they align with your intended functionality.
After applying a refactor, user can choose to rescan a file and continue fixing issues.
Previous
Autodoc
Next
Inline Chat
Last Modified 1 month ago
Knowledge Base
On this page
Detect Autofix ViolationNo violation detected casesViolation detected cases