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

tab-completion #6

Open
GopherAtl opened this issue Mar 28, 2015 · 0 comments
Open

tab-completion #6

GopherAtl opened this issue Mar 28, 2015 · 0 comments
Labels
Milestone

Comments

@GopherAtl
Copy link
Owner

depends, partially, on code inspection (issue #5). Build and maintain a dictionary against which tab-completion can be used for local and global identifiers and table members. Use modified selected-text insertion, updating as you type, with tab to accept. Possibly extend to include syntax-based keyword suggestion - for "then," "do," and "end", plus things like closing brackets/braces/parens, though this extension should be togglable on/off in the menus.

@GopherAtl GopherAtl added this to the 1.3 milestone Mar 28, 2015
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

1 participant