v1.4
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
Inline Chat
Cross-check
Web Search
Feedback System
💲 Usage Quotas❗️ Special Instructions for Internal FPT Users
❔ FAQ
🔥 What's New
Visit Website

Autocomplete

The Autocompletion feature in CodeVista leverages advanced language models to provide intelligent and accurate code suggestions as you type, enhancing coding efficiency and productivity.

Enabling Autocomplete

Autocomplete is enabled by default when you install and launch the CodeVista extension in your IDE. You can disable Autocomplete by turning it off on Settings screen as shown in the figure below:

How to use Autocomplete

Triggering Autocomplete

As you type code in your editor, CodeVista will automatically suggest completions for the current line or function you're working on.
The Autocomplete suggestions will appear as fuzzy text following the content you are coding.

Accepting Suggestion Code

In some cases, CodeVista may provide single or multiple lines autocomplete suggestions. 
To accept an autocomplete suggestion, you can Tab to insert it.

Limitations and Known Issues

  • While the Autocomplete feature is highly accurate, it may occasionally make incorrect suggestions or miss certain edge cases.
  • If you encounter any issues or have concerns about a suggested completion, you can always modify or discard it and continue typing manually.
  • By leveraging the Autocomplete feature in CodeVista, you can significantly streamline your coding workflow and save time by accepting accurate code completion suggestions as you type. Remember to review and verify the suggested completions before accepting them to ensure they align with your intended functionality.
Previous
Workspace Status
Next
Autodoc
Last Modified 1 month ago
Knowledge Base
On this page
Enabling AutocompleteHow to use AutocompleteLimitations and Known Issues