Skip to content

Commit 43be9d6

Browse files
Merge pull request #244 from nsolov/nsolov-contributing-snippets
edit code snippets added
2 parents 44cb49c + 32f7dc2 commit 43be9d6

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 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+
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)