From d76bdcf050596b0b1110f77c1bba688fe7f544e1 Mon Sep 17 00:00:00 2001 From: Waleria QA <86474410+WaleriaQA@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:28:02 +0200 Subject: [PATCH] Document VS Code extension for RJS files Added section about the official VS Code extension for RJS files. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 770e45b1..c427b643 100644 --- a/README.md +++ b/README.md @@ -416,3 +416,16 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file - Inspired by similar language transpilers and educational tools - Thanks to all contributors who have helped improve this project + +## VS Code Extension + +An official VS Code extension is available for working with RJS files directly inside Visual Studio Code. + +The extension allows you to: + +- Open `.rjs` files +- Compile the current file using the `russian-js-transpiler` +- Automatically generate the corresponding `.js` file + +Repository: +https://github.com/WaleriaQA/rjs-vscode