@@ -30,24 +30,38 @@ ls.setup({
3030
3131Snippets which trigger ends with "!" are ` autosnippet ` .
3232
33+ <details >
34+ <summary >All</summary >
35+
36+ #### Normal Snippets
37+
38+ | Trig | Desc |
39+ | :-----: | ---------------------------------- |
40+ | ` todo ` | Expand to linewise ` TODO ` comment |
41+ | ` fixme ` | Expand to linewise ` FIXME ` comment |
42+ | ` note ` | Expand to linewise ` NOTE ` comment |
43+
44+ </details >
45+
3346<details >
3447<summary >Cpp</summary >
3548
3649#### Normal Snippets
3750
38- | Trig | Desc | Context Required |
39- | :--------: | ------------------------------------------------------------------------------------------------ | :--------------: |
40- | ` ctor! ` | Expand to default constructor | In Class |
41- | ` dtor! ` | Expand to default destructor | In Class |
42- | ` cc! ` | Expand to default copy constructor | In Class |
43- | ` mv! ` | Expand to default move constructor | In Class |
44- | ` ncc! ` | Expand to delete copy constructor | In Class |
45- | ` nmv! ` | Expand to delete move constructor | In Class |
46- | ` ncm! ` | Expand to delete copy and move constructor | In Class |
47- | ` fn ` | Expand to lambda function in argument list or function body, otherwise expand to normal function | No |
48- | ` \|trans ` | Expand to ranges::views::transform pipe. | No |
49- | ` \|filter ` | Expand to ranges::views::filter pipe. | No |
50- | ` cpo ` | Expand to customize point object. | No |
51+ | Trig | Desc | Context Required |
52+ | :--------: | ------------------------------------------------------------------------------------------------ | :---------------------------: |
53+ | ` ctor! ` | Expand to default constructor | In Class |
54+ | ` dtor! ` | Expand to default destructor | In Class |
55+ | ` cc! ` | Expand to default copy constructor | In Class |
56+ | ` mv! ` | Expand to default move constructor | In Class |
57+ | ` ncc! ` | Expand to delete copy constructor | In Class |
58+ | ` nmv! ` | Expand to delete move constructor | In Class |
59+ | ` ncm! ` | Expand to delete copy and move constructor | In Class |
60+ | ` fn ` | Expand to lambda function in argument list or function body, otherwise expand to normal function | No |
61+ | ` \|trans ` | Expand to ranges::views::transform pipe. | No |
62+ | ` \|filter ` | Expand to ranges::views::filter pipe. | No |
63+ | ` cpo ` | Expand to customize point object. | No |
64+ | ` once ` | Expand to ` pragma once ` marker at the front of the file. | All lines before are comments |
5165
5266#### Postfix Snippets
5367
0 commit comments