Overview Version History Q & A Rating & Review
RSL README
RSL или Object RSL (аббр. от англ. R-Style Language) — объектно-ориентированный, проблемно-ориентированный, интерпретируемый, проприетарный язык программирования, разработанный компанией R-Style Softlab для использования в своих программных продуктах.
Install
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 the Enable
button
OR
Press Ctrl+Shift+X
to open the Extensions tab
Type rsl
to find the extension
Click the Install
button, then the Enable
button
OR
Open a command-line prompt
Run code --install-extension bezelbobsky.vscode-rsl
Working with Markdown
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\
on OSX or Ctrl+\
on Windows and Linux)
Toggle preview (Shift+CMD+V
on OSX or Shift+Ctrl+V
on Windows and Linux)
Press Ctrl+Space
(Windows, Linux) or Cmd+Space
(OSX) to see a list of Markdown snippets
Enjoy!