You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we run all input thru the tokenizer, we should be able to figure out where we're at in the current scope to improve auto-complete, allow multiline functions, tell if things have return values, etc.
This helps us solve gh-4, gh-5, gh-8, gh-9
If we run all input thru the tokenizer, we should be able to figure out where we're at in the current scope to improve auto-complete, allow multiline functions, tell if things have return values, etc.
http://us.php.net/manual/en/tokens.php
The text was updated successfully, but these errors were encountered: