Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeGeeX ResearchNew to Visual Studio Code? Get it now.
CodeGeeX Research

CodeGeeX Research

codegeex-research

|
1,946 installs
| (1) | Free
VSCode Extension for CodeGeeX Research (Unofficial)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeGeeX Research VSCode Extension

In order to run the extension, you need to download the CodeGeeX Language Server and place it in the server directory at the root of the repository.

  • Windows: server/language-server.exe
  • Linux & MacOS: server/language-server

Then, you can run the extension by pressing F5 in the vscode directory.

Inline Edits

To enable inline edits, you need to run the extension in debug mode using VSCode Insiders. Then, update your settings.json (Preferences: Open User Settings (JSON) using the command palette) file with the following configuration:

{
    "codegeex-research.experimental.edits.enabled": true,
    "codegeex-research.experimental.edits.apiUrl": "http://$TGI_URL/generate",
    "codegeex-research.experimental.edits.debounceMs": 2500,
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft