How exactly Eclipse Code-Completion works?? What Algorithm they are using? -


can tell me how code completion(or code assist whatever preferable) in eclipse works?? mean tricks/algorithms/data-structures using.. somewhere found "maybe" uses trie, want definite answer, can please answer it??

there different token-scanners search known tokens { , ; colorize current viewport-scopes , fill history. if press ctrl+spc looks backward , search occourences in history.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -