Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 928 Bytes

File metadata and controls

29 lines (20 loc) · 928 Bytes

RISC-V Extension

RISC-V development environment extension in Visual Studio Code, which provides syntax highlighting and snippets support for RISC-V assembly language and highlighting for linker script.

Features

  • RV32GC and RV64GC syntax highlight
  • Linker Script highlight
  • Assembler directives
  • Auto close symbols and comments
  • Intelligent code completion
  • Comments: # and /* */

Installation

  1. Install Visual Studio Code (1.5.0 or higher)
  2. Launch Code
  3. From the command palette ctrl+shift+p (Windows, Linux) or cmd+shift+p (OS X)
  4. Select Install Extension
  5. Choose the extension RISC-V Extension
  6. Reload Visual Studio Code, and the changes will automatically be applied to all relevant files.

Requirements

Visual Studio Code (1.5.0 or higher)

License

This extension is licensed under MIT License