Do Software Engineers Use Autocompletion Features Differently Than Other Developers?

Authors - Rahul Amlekar, Andrés Felipe Rincón Gamboa, Keheliya Gallaba, Shane McIntosh
Venue - International Conference on Mining Software Repositories, Mining challenge, pp. 86–89, 2018

Related Tags - MSR 2018 integration

Abstract - Autocomplete is a common workspace feature that is used to recommend code snippets as developers type in their IDEs. Users of autocomplete features no longer need to remember programming syntax and the names and details of the API methods that are needed to accomplish tasks. Moreover, autocompletion of code snippets may have an accelerating effect, lowering the number of keystrokes that are needed to type the code. However, like any tool, implicit tendencies of users may emerge. Knowledge of how developers in different roles use autocompletion features may help to guide future autocompletion development, research, and training material. In this paper, we set out to better understand how usage of autocompletion varies among software engineers and other developers (i.e., academic researchers, industry researchers, hobby programmers, and students). Analysis of autocompletion events in the Mining Software Repositories (MSR) challenge dataset reveals that: (1) rates of autocompletion usage among software engineers and other developers are not significantly different; and (2) although several non-negligible effect sizes of autocompletion targets (e.g., local variables, method names) are detected between the two groups, the rates at which these targets appear do not vary to a significant degree. These inconclusive results are likely due to the small sample size (n = 35); however, they do provide an interesting insight for future studies to build upon.

Preprint - PDF

Bibtex

@inproceedings{amlekar2018msr,
  Author = {Rahul Amlekar and Andrés Felipe Rincón Gamboa and Keheliya Gallaba and Shane McIntosh},
  Title = {{Do Software Engineers Use Autocompletion Features Differently Than Other Developers?}},
  Year = {2018},
  Booktitle = {Proc. of the International Conference on Mining Software Repositories (MSR)},
  Pages = {86–89}
}