iphp icon indicating copy to clipboard operation
iphp copied to clipboard

Parse all commands with token_get_all to figure out intent

Open apinstein opened this issue 14 years ago • 0 comments

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

apinstein avatar Nov 11 '11 20:11 apinstein