Skip to content

Instantly share code, notes, and snippets.

@chmouel
Created December 28, 2010 19:30
Show Gist options
  • Select an option

  • Save chmouel/757590 to your computer and use it in GitHub Desktop.

Select an option

Save chmouel/757590 to your computer and use it in GitHub Desktop.
New Type in Java Yasnippet.
# -*- mode: snippet -*-
# name: newt
# --
${1:TYPE} ${1:$(downcase text)} = new $1();
$0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment