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
Post a Comment