|
51 | 51 | { "trigger": "close", "contents": "close ${1:channel}" },
|
52 | 52 | "columns",
|
53 | 53 | "component",
|
54 |
| - { "trigger": "cone", "contents": "cone ${1:h}, ${2:r1}, ${3:r2}, ${4:alpha1}, ${5:alpha2}" }, |
| 54 | + { "trigger": "cone", "contents": "cone ${1:height}, ${2:rad_bottom}, ${3:rad_top}, ${4:angle_bottom}, ${5:angle_top}" }, |
55 | 55 | "coons",
|
56 | 56 | "coor{3}",
|
57 | 57 | { "trigger": "cos", "contents": "cos(${1:x})" },
|
|
344 | 344 | { "trigger": "str", "contents": "str(${1:numeric_expression}, ${2:length}, ${3:fractions})" },
|
345 | 345 | { "trigger": "str{2}", "contents": "str{2}(${1:format_string}, ${2:numeric_expression})" },
|
346 | 346 | { "trigger": "strlen", "contents": "strlen(${1:string_expression})" },
|
347 |
| - { "trigger": "strstr", "contents": "strstr(${1:string_expression1}, ${2:string_expression2})" }, |
| 347 | + { "trigger": "strstr", "contents": "strstr(${1:base_string}, ${2:string_to_look_for})" }, |
348 | 348 | { "trigger": "strsub", "contents": "strsub(${1:string_expression}, ${2:start_pos}, ${3:char_number})" },
|
349 | 349 | { "trigger": "str to lower", "contents": "strtolower(${1:string_expression})" },
|
350 | 350 | { "trigger": "STR TO UPPER", "contents": "strtoupper(${1:string_expression})" },
|
|
0 commit comments