Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

PDF

Brigham Young University

Theses/Dissertations

2014

Auto-complete

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Autocompletion Without Static Typing, Nicholas Mckay Shelley Jun 2014

Autocompletion Without Static Typing, Nicholas Mckay Shelley

Theses and Dissertations

Code completion systems act both as a way to decrease typing and as a way to easily access documentation, both implicit and explicit. The former is typically done by completing known variable or function names, while the latter is done by providing a list of possible completions or by providing convenient views of or access to documentation. Because static type information makes these goals possible and feasible for qualifying languages, many improvements to completion systems are focused on improving the order of results or trimming less-valuable results. It follows that almost all validation techniques for this work have focused on …