Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to use previous placeholder value in expression #270

Open
naquad opened this issue Apr 11, 2015 · 4 comments
Open

Ability to use previous placeholder value in expression #270

naquad opened this issue Apr 11, 2015 · 4 comments

Comments

@naquad
Copy link

naquad commented Apr 11, 2015

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.

@Shougo
Copy link
Owner

Shougo commented Apr 13, 2015

Unfortunatelly, it is hard to implement.

@j5shi
Copy link

j5shi commented Feb 22, 2016

This feature would be invaluable!

@Shougo
Copy link
Owner

Shougo commented Jan 23, 2020

It is implemented in deoppet.nvim.
So closing.

@Shougo Shougo closed this as completed Jan 23, 2020
@Shougo Shougo reopened this Jan 23, 2020
@Shougo
Copy link
Owner

Shougo commented Jan 23, 2020

Oh... different feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants