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

Incorrect selection of the next optional argument with tab character #22

Open
kliakos opened this issue Jun 7, 2015 · 1 comment
Open
Labels

Comments

@kliakos
Copy link
Contributor

kliakos commented Jun 7, 2015

Take for example the function ListFirst(list [, delimiters]).

If I start typing, select the ListFirst function, enter the name "myList" for the first arg, and then press tab, it is selecting the "yList" of my list variable name + the "[, delimiters]".

@atuttle atuttle added the bug label Nov 5, 2015
@David-Polehonski
Copy link
Contributor

This is an issue in the snippets package Snippets Issue 236 we can work around it by placing a space between the tab stops but that will has the effect of adding extra space inside the snippets.

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

No branches or pull requests

3 participants