Vadalog extension for Visual Studio Code
![]() |
CODE |
A Visual Studio Code extension with support for the Vadalog language, offering support for IntelliSense, debugging, formatting, documenting, code navigation, refactoring, rule explorer, and more!
Quick start
-
Step 1. Install VSCode;
-
Step 2. In VSCode, go to View > Extensions, click on the three-dots (…) button at the top of the tab and click on the Install from VSIX… menu. Select the Vadacode
.vsix
file; -
Step 3. If Walkthroughs don’t open automatically, you can give them a look using the Walkthrough: Open Walkthrough… command;
-
Step 4. Open or create a Vadalog file or notebook and start coding!
Jupyter Notebook quick start
The Vadacode extension offers support for Vadalog notebooks to provide you a great Vadalog notebook experience directly in VS Code.
Vadalog notebooks are part of the Vadacode extension, so if you have Vadacode you are good to go.
Open or create a Vadalog Notebook file (.vadaynb
) and start coding in our Notebook Editor!
Useful commands
Open the Command Palette (⌘+shift+P on macOS and ctrl+shift+P on Windows/Linux) and type in one of the following commands:
Command | Description |
---|---|
|
Executes a Vadalog program (.vada) and shows its results. |
|
Creates an empty notebook to start with. |
To see all available Vadalog commands, open the Command Palette and type Vadalog
.