# AICoder **Repository Path**: felix-pku/AICoder ## Basic Information - **Project Name**: AICoder - **Description**: A code completion plug-in for vscode of Python based on AI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AICoder ## Install Server Dependencies 1. Install `pygls` following this [README](https://github.com/openlawlibrary/pygls) 1. Create `.vscode/settings.AICoder` file and set `python.pythonPath` to point to your python environment where `pygls` is installed ## Install Client Dependencies Open terminal and execute following commands: 1. `npm install` 1. `cd client/ && npm install` ## Run Example 1. Open this directory in VS Code 1. Open debug view (`ctrl + shift + D`) 1. Select `Server + Client` and press `F5`