diff --git a/README.md b/README.md index 24f0b9a..c14fad9 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,12 @@ You can access the commands either using the command palette (`ctrl+shift+P` or **Classes** - Class - cla + Class: cla + +**Logging** + + Log statement: log + Log object/description: logo **Other** diff --git a/Snippets/Console Log Object.tmSnippet b/Snippets/Console Log Object.tmSnippet new file mode 100644 index 0000000..9141477 --- /dev/null +++ b/Snippets/Console Log Object.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + console.log "${0:object}: #{${0:object}}" + name + logo + scope + source.coffee + tabTrigger + logo + uuid + FBC44B18-323A-4C00-A35B-15E41830C5AD + + \ No newline at end of file