We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44cb49c + 32f7dc2 commit 43be9d6Copy full SHA for 43be9d6
CONTRIBUTING.md
@@ -24,6 +24,15 @@ npm install
24
25
TypeScript errors and warnings will be displayed in the `PROBLEMS` panel of Visual Studio Code.
26
27
+### Editing code snippets
28
+
29
+Code snippets are defined in files in the /snippets/ folder:
30
31
+* objectscript-class.json - snippets for class definition context
32
+* objectscript.json - snippets for objectscript context
33
34
+Snippets syntax is described [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets).
35
36
### Run dev build and validate your changes
37
38
To test changes, open the `vscode-objectscript` folder in VSCode.
0 commit comments