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.
1 parent a9f0d14 commit 418edc8Copy full SHA for 418edc8
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 /snippets/ folder:
30
31
+* objectscript-class.json - snippets for class definition context
32
+* objectscript.json - snippets for objectscript context
33
34
+Snippets sintax 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