Skip to content

Commit

Permalink
Remove VSCode-specific notes from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
almog-lv committed Jul 23, 2024
1 parent 87cad69 commit aebe277
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/code-completion/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Code Completion by Codiumate is a powerful tool designed to accelerate your codi
!!! pro "Pro feature"
Code Completion is exclusively available for Teams and Enterprise users.

!!! vscode "VSCode only"
Code Completion is currently available for VSCode users only.

## How It Works

As you type, Codiumate analyzes your code in real-time to grasp your intention. It then presents code completions in a grayed-out format directly in your editor. These suggestions aim to complete your current line of code or offer snippets that fit the context of your work. To accept a suggestion, simply press the **Tab** key, and the completion will be inserted into your code.
Expand Down
3 changes: 0 additions & 3 deletions docs/tests/context.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Understanding Context in Test Generation

!!! vscode "VSCode only"
This feature is available for VSCode users only.

## Overview
Effective test generation in Codiumate relies heavily on understanding the context of your project. When initiating test generation, Codiumate meticulously collects context based on your code's dependencies and interactions. This rich context is crucial for generating accurate and meaningful tests that closely align with your project's specific requirements.

Expand Down

0 comments on commit aebe277

Please sign in to comment.