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.
|
|
# contributor: Alejandro Espinoza Esparza <aespinoza@structum.com.mx># name: private _attribute ....; public Property ... ... { ... }# key: attrib# --/// <summary>/// $3/// </summary>private $1 ${2:$(if (> (length text) 0) (format "_%s%s" (downcase (substring text 0 1)) (substring text 1 (length text))) "")};
/// <summary>/// ${3:Description}/// </summary>/// <value><c>$1</c></value>public ${1:Type} ${2:Name}{ get { return this.${2:$(if (> (length text) 0) (format "_%s%s" (downcase (substring text 0 1)) (substring text 1 (length text))) "")}; } set { this.${2:$(if (> (length text) 0) (format "_%s%s" (downcase (substring text 0 1)) (substring text 1 (length text))) "")} = value; }}
|