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
The Lingua Franca extension for Visual Studio Code (VS Code) provides syntax-directed editing capability, compilation, diagram synthesis and a package explorer for Lingua Franca programs.
12
13
@@ -57,6 +58,19 @@ To open an existing LF project in VS Code, select the [package root](../glossary
57
58
58
59
To show the diagram for the currently active Lingua Franca file, click on the diagrams icon at the upper right:
By default, the diagram is rendered to the right of the editor.
64
+
This is usually inconvenient because the diagrams tend to be wide.
65
+
You can drag the diagram to the bottom, or, more usefully, change the default.
66
+
67
+
1. Go to Preferences>Settings
68
+
2. Go to workspace, user or folder settings whatever you prefer.
69
+
3. Search for "workbench.editor.openSideBySideDirection".
70
+
4. Change the setting to down.
71
+
72
+
See also [side-by-side editing](https://code.visualstudio.com/docs/getstarted/userinterface#_side-by-side-editing) and a [video demo](https://github.com/user-attachments/assets/3956358c-d681-4a23-a60a-47f4b123b8eb).
73
+
60
74
### Compilation
61
75
62
76
To compile the `.lf` source, open the command palette (<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>) and then enter `Lingua Franca: Build`.
0 commit comments