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

Completion on non space separated words #61

Closed
nlewo opened this issue Mar 18, 2018 · 2 comments
Closed

Completion on non space separated words #61

nlewo opened this issue Mar 18, 2018 · 2 comments

Comments

@nlewo
Copy link

nlewo commented Mar 18, 2018

I would like to bring completion on a language where words (or lexical identifiers) of an expression are not separated by spaces. For instance, consider the following expression:

object.method(value)

where object can have several available methods.

I would like to be able to do

object.<tab><tab>

to get the list of method and select a method among this list.

Is it currently possible? And is there an example somewhere?
Thanks.

@c-bata
Copy link
Owner

c-bata commented Mar 18, 2018

Thanks for submitting. this is duplicate with #53

@c-bata
Copy link
Owner

c-bata commented Jun 23, 2018

This feature is implemented at #79

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

No branches or pull requests

2 participants