Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
327 B

  1. # contributor: Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
  2. # name: public void Method { ... }
  3. # key: method
  4. # --
  5. /// <summary>
  6. /// ${5:Description}
  7. /// </summary>${2:$(if (string= (upcase text) "VOID") "" (format "%s%s%s" "\n/// <returns><c>" text "</c></returns>"))}
  8. ${1:public} ${2:void} ${3:MethodName}($4)
  9. {
  10. $0
  11. }