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

Autodocument Snippet options #5

Open
8 tasks
LucHermitte opened this issue Mar 15, 2017 · 0 comments
Open
8 tasks

Autodocument Snippet options #5

LucHermitte opened this issue Mar 15, 2017 · 0 comments
Assignees

Comments

@LucHermitte
Copy link
Owner

Given a snippet (and everything it includes),

  • automatically extract all the options that can tune the snippet expansion ;
  • Present these options for the end-user to see,
  • and may be to edit (beware of toggable options).

Options could be extracted from:

  • lh#option#get(),
  • lh#ft#option#get(),
  • get({scope}:,...) ({scope} =~ '[bg]')
  • g:opt, b:opt
  • other functions called (in that case, we may need to provide a way to register (likely manually) the options used by each function)
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

1 participant