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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -