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

Add more content-awareness to autocomplete. #5

Open
apinstein opened this issue Dec 15, 2009 · 0 comments
Open

Add more content-awareness to autocomplete. #5

apinstein opened this issue Dec 15, 2009 · 0 comments
Labels

Comments

@apinstein
Copy link
Owner

I have an idea to use token_get_all() to parse the input and do lexical analysis on the code entered so far to improve the autocomplete list.

So if you have a class Foo with methods bar() and baz() you would see:

$foo = new Foo;
$foo->b
bar baz

This could be done with real-time reflection.

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