RayQuiro VS Code Extension
Official VS Code support for RayQuiro 0.0.2.
Features:
- syntax highlighting for
.rq
- hover docs for core builtins
- formatter for block indentation
- autocomplete for keywords and builtins
- snippets for web, UI, engine, runtime, and telebot starters
- editor commands for
run, build, pack, and bundle
- utility commands for
rqio init, self-update, and version
- updated built-in docs for
time, json, web.html(...), and the current rayquiro.engine scene API
Commands:
RayQuiro: Run RayQuiro File
RayQuiro: Build RayQuiro File
RayQuiro: Pack RayQuiro File
RayQuiro: Bundle RayQuiro File
RayQuiro: Init RayQuiro Project
RayQuiro: Self Update RayQuiro
RayQuiro: Show RayQuiro Version
Configuration:
rayquiro.cliPath
optional absolute path to rqio.exe
CLI lookup order:
rayquiro.cliPath
./rqio.exe
./rqio
./build/rqio.exe
rqio.exe from PATH
Highlights in 0.0.2:
time.now_ms, time.unix_ms, time.sleep
json.parse, json.stringify
web.html(""" ... """)
- current
rayquiro.engine scene/material/texture/postfx helpers
Development:
- Open
vscode/rayquiro in VS Code.
- Press
F5.
- Open a
.rq file in the Extension Development Host.
- Test the commands from the editor title or command palette.
| |