Skip to content

Enhance automatically generated snippets #45

@EmilyGraceSeville7cf

Description

@EmilyGraceSeville7cf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions