RSL или Object RSL (аббр. от англ. R-Style Language) — объектно-ориентированный, проблемно-ориентированный, интерпретируемый, проприетарный язык программирования, разработанный компанией R-Style Softlab для использования в своих программных продуктах.
- Open Visual Studio Code
- Press
Ctrl+P
to open the Quick Open dialog - Type
ext install rsl
to find the extension - Click the
Install
button, then theEnable
button
OR
- Press
Ctrl+Shift+X
to open the Extensions tab - Type
rsl
to find the extension - Click the
Install
button, then theEnable
button
OR
- Open a command-line prompt
- Run
code --install-extension bezelbobsky.vscode-rsl
Please post all detected errors in the Issue Link
- Some snippets.
- IntelliSense.
- Code coloring.
- Formatting
- Past query from clipboard
- Copy query to clipboard