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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Except for the first four features below, the others depend on the [OScript lang
27
27
*[Symbol Outline](#symbol-outline)
28
28
*[Definition and References](#definition-and-references)
29
29
*[Renaming](#renaming)
30
+
*[Run Script](#run-script)
30
31
31
32
### Syntax Highlighting
32
33
@@ -132,6 +133,16 @@ You can rename a variable or a function by the command "Rename Symbol" (`F2`).
132
133
133
134
Identifier renaming works currently only for the locally declared variables and functions.
134
135
136
+
### Run Script
137
+
138
+
You can run a script (ending with `.e` or `.lxe`) and watch the progress on the console. For example:
139
+
140
+
Echo("Hello, world!")
141
+
142
+
Will print "Hello, world!" to the console output.
143
+
144
+
This feature is in the development and depended on the state of [oscript-interpreter].
145
+
135
146
## Settings
136
147
137
148
This extension contributes the following settings. Names of the properties in table are shortened not to occupy so much space. They have to be prefixed by "oscript." to get the full name:
@@ -206,7 +217,7 @@ Web pages can highlight the OScript syntax of a code example [using JavaScript].
206
217
207
218
## License
208
219
209
-
Copyright (c) 2020-2021 Ferdinand Prantl
220
+
Copyright (c) 2020-2022 Ferdinand Prantl
210
221
211
222
The logo was based on an [original icon](https://icon-icons.com/icon/file-type-vscode/130084) published among [vscode by Roberto Huertas](https://icon-icons.com/pack/vscode/2107) under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license. Thank you!
212
223
@@ -216,6 +227,7 @@ Licensed under the [MIT license].
216
227
[from the marketplace]: https://marketplace.visualstudio.com/items?itemName=prantlf.vscode-oscript
0 commit comments