mnismt / codyplusplus

Add some missing features for developers who enjoy Cody
https://marketplace.visualstudio.com/items?itemName=mnismt.cody-plus-plus
MIT License
14 stars 1 forks source link
vscode-extension
# Cody++

Cody++ README

Cody++ is a VSCode extension that adds some missing features for developers who enjoy Cody.

X (formerly Twitter) Follow

Requirements

Installation

You can install the Cody++ extension from the Visual Studio Code Marketplace

You can also install the extension from the command line:

code --install-extension mnismt.cody-plus-plus

Features

Usage

Demo

Add a folder

Add Folder

Create a custom command

add-a-command-edited - 01

Extension Settings

This extension contributes the following settings:

To configure this setting in two ways:

  1. Using the Settings UI:

    • Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
    • Type Preferences: Open Settings (UI) and press Enter.
    • In the search bar, type Cody Plus Plus.
    • Adjust the:
      • File Threshold setting to your desired value.
      • Excluded File Types setting to your desired value.
      • Excluded Folders setting to your desired value.
  2. Using the settings.json file:

    • Add these lines to your settings.json file:

      "codyPlusPlus.fileThreshold": 15,
      "codyPlusPlus.excludedFileTypes": [".exe", ".bin"]
      "codyPlusPlus.excludedFolders": [".git", "node_modules"]