Skip to content

Commit 418edc8

Browse files
authored
Editing code snippets
1 parent a9f0d14 commit 418edc8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ npm install
2424

2525
TypeScript errors and warnings will be displayed in the `PROBLEMS` panel of Visual Studio Code.
2626

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+
2736
### Run dev build and validate your changes
2837

2938
To test changes, open the `vscode-objectscript` folder in VSCode.

0 commit comments

Comments
 (0)