- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
Open
Description
Use placeholders instead of:
- var
- file
- expr-list
- fmt
- cmd-line
- how
and the same terms enclosed inside square brackets. To be clear, generate: getline ${1:var} <${2:file} instead of getline var <file.
BTW, I also suggest preprocess initial terms replacing them for more human readable ones:
- var -> variable
- file -> path/to/file
- expr-list -> expressions
- fmt -> format
- cmd-line -> command
In other words, generate: getline ${1:variable} <${2:path/to/file} instead of getline var <file.
Shane-XB-Qian
Metadata
Metadata
Assignees
Labels
No labels