Skip to content

Ability to use previous placeholder value in expression #270

@naquad

Description

@naquad

Illustrated with the following snippet:

snippet getter
    public function get${1:variable}()
    {
          return $this->`tolower(GetHolderValue(1))`;
    }

Basically whats need is the way to get to the other holders values. In this case I'm doing it with global function, but anyting will do. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions