Skip to content

Instantly share code, notes, and snippets.

@joanmolinas
Last active August 29, 2015 14:18
Show Gist options
  • Save joanmolinas/74ec5eafc0ca074c2dbf to your computer and use it in GitHub Desktop.
Save joanmolinas/74ec5eafc0ca074c2dbf to your computer and use it in GitHub Desktop.
'.source.js':
'comment function':
'prefix': 'comment'
'body': """
/**
* ${1:function}
* Methode: ${2:Type}
* @Param ${3:param}: ${4:name}
* Return: ${5:return}
*/
"""
//OUTPUT (Press alt + shift + S) ->
/**
* function
* Methode: Type
* @Param param: name
* Return: return
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment