# rv-coding-asst **Repository Path**: rvsmart-porting/rv-coding-asst ## Basic Information - **Project Name**: rv-coding-asst - **Description**: 睿迁 RISC-V 软件代码迁移助手 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-27 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RVCodingAsst VSCode Plugin Ruiqian RISC-V Software Migration Assistant Plugin ## Introduction This project is part of the [RVSmartPorting community](https://gitee.com/rvsmart-porting)'s research on RISC-V software migration technology. The goal is to provide a Visual Studio Code IDE-oriented assistant plugin for general software developers to adapt to the RISC-V architecture. The repository contains the current main framework of the plugin, written in TypeScript, follows the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) communication protocol, and is primarily aimed at the Visual Studio Code IDE environment. ## References * [VSCode Extension Development Guide](https://code.visualstudio.com/api/extension-guides/overview) * [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)