camelCase(String) |
The return string is passed as a parameter, and is converted to Camel-case. For example, my-text-file / my text file / my_text_file will be converted to myTextFile . |
capitalize(String) |
The first letter is to be capitalized, and the name is passed as a parameter. |
capitalizeAndUnderscore(sCamelCaseName) |
The names of all uppercase letters within the CamelCase are passed as parameters, and an underscore is inserted between the Parts. For example, If the string is passed as a parameter FooBar , then the function returns FOO_BAR . |
classNameComplete() |
The alternative category name for this expression is completed at the position of the Variable. |
clipboard() |
Returns the contents of the system Clipboard. |
snakeCase(String) |
Snake_case returns a string of CamelCase strings. For example, If the string is passed as a parameter foo_bar , then the function returns fooBar . |
complete() |
This expression overrides the code of the variable to complete the call Location. |
completeSmart() |
The smart type of this expression substitute completes the position of the calling Variable. |
date(sDate) |
Returns the specified format for the current system Date. By default, The current date is returned in the system default Format. however, If you specify a date format in double quotation marks, the date in this format will: |
decapitalize(sName) |
Replace the first letter of the name with the corresponding lowercase letter as a parameter pass. |
enum(sCompletionString1,sCompletionString2,...) |
A comma-delimited list of strings is displayed as a completion template Call. |
escapeString(sEscapeString) |
The specified string. |
expectedType() |
The return type is expected due to the entire Template. It makes sense if the template expands on the right part of the task, and then Returns. |
fileName(sFileName) |
Returns the file name and Extension. |
fileNameWithoutExtension() |
The name of the returned file is not Extended. |
firstWord(sFirstWord) |
The first word of the returned string is passed as a parameter. |
lineNumber() |
Returns the current line Number. |
lowercaseAndDash(String) |
dashes, which return lowercase separate strings as arguments are Passed. For example, the string MyExampleName is converted to a my-example-name . |
snakeCase(sCamelCaseText) |
CamelCase returns a string of snake_case strings as a parameter pass. |
spaceSeparated(String) |
The return string is passed as an argument with a space-separated CamelCase string. For example, If the string is passed as a parameter fooBar , then the function returns foo bar . |
time(sSystemTime) |
Returns the current system Time. |
underscoresToCamelCase(sCamelCaseText) |
The returned string is passed as a parameter camelhump the letter is replaced with an underscore. For example, If the string is passed as a parameter foo_bar , then the function returns fooBar . |
underscoresToSpaces(sParameterWithSpaces) |
The returned string is passed as a parameter with a space replaced by an underscore. |
user() |
Returns the name of the current User. |
JsArrayVariable |
Returns the name of the JavaScript array. |
jsClassName() |
Returns the name of the current JavaScript class. |
jsComponentType |
Returns the JavaScript component Type. |
jsMethodName() |
Returns the name of the current JavaScript method. |
jsQualifiedClassName |
Returns the full name of the current JavaScript class. |
jsSuggestIndexName |
Returns a suggested Index. |
jsSuggestVariableName |
Returns a suggestion named as a variable. |