You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ Verify your Juvix installation with:
56
56
juvix --version
57
57
```
58
58
59
+
60
+
59
61
## Usage
60
62
61
63
This extension provides semantic syntax highlighting for Juvix files and multiple commands accessible through the Command Palette. Note that you need to edit Juvix files within a workspace folder for the extension to function correctly.
@@ -93,6 +95,18 @@ Some common settings you can tweak include:
93
95
94
96
Make sure to reload the window if prompted for some changes to take effect.
95
97
98
+
99
+
## Walkthrough
100
+
101
+
This extension includes a walkthrough to help you get started with Juvix development in VSCode. To access the walkthrough:
102
+
103
+
1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
104
+
2. Type "Get Started: Open Walkthrough" and select it.
105
+
3. Choose "Get Started with Juvix" from the list of walkthroughs.
106
+
107
+
Follow the steps in the walkthrough to learn how to use the main features of the Juvix extension.
108
+
109
+
96
110
## Features
97
111
98
112
-**Type-checking, Compilation, and Execution** of Juvix code.
0 commit comments