Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

VS Code

From Roll20 Wiki

Revision as of 16:57, 17 December 2021 by Andreas J. (Talk | contribs)

Jump to: navigation, search


Visual Studio Code(VS Code) is a popular text editor. It's free, and available for Windows/Linux/Mac, as well as accessible online through vscode.dev.

VS Code has some uses with Roll20, primarily for editing complicated macros, and for Character Sheet Creation.

Extensions

Here are some useful Extensions:

Roll20 Syntax Highlight

Vscode-rmacro-use-examples.gif

by Andreas J. Extension to make roll20 macro and API command writing & troubleshooting easier. Higlight works when you use VSCode to view .rmacro-files.

  • bracket pairing & highlights
    • shows with colors which brackets/parentheses belong together(making mismatched brackets easier to find)
    • also does this for roll20 macros syntaxes (@{ }, ?{ }, %{ }, &{ }, $[[ ]])
  • syntax highlight
    • roll, macro & API commands (e.g. /r, !example, #dex)
    • in dice rolls, d & dF
    • some common keywords, like selected, template, %%NEWLINE%%
    • special characters used in macros (e.g. ~,|#=+, and HTML Entities)
  • Features: full summary

Links:

Roll20 Sheet Dev

Vscode-sheetdev-hover-swgcolors.gif

by Andreas J.

Extension to help with character sheet development

Features:

Links: