Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.16 KB

vscode-ridl

vscode-ridl is a Visual Studio Code extension designed to provide syntax highlighting support for RIDL files used in the webrpc library.

Installation

To install the extension, follow these steps:

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon in the sidebar.
  3. Search for "vscode-ridl".
  4. Click Install to install it.
  5. Once installed, the extension will automatically provide syntax highlighting for RIDL files.

Usage

With the extension installed, RIDL files in your workspace will be highlighted according to the syntax defined in the webrpc schema.

Credits

This extension is based on the webrpc project, which is developed by the authors of webrpc. Full credit and appreciation to the webrpc team for their work on the library.

For more information about the webrpc project, visit webrpc on GitHub.

Roadmap

The extension is currently in its initial release and provides basic syntax highlighting for RIDL files. Future updates may include additional features and improvements based on user feedback.

Currently, formatting is planned to be added in the future.