Skip to content

gpoesia/magicomplete

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pragmatic Code Autocomplete

This is the full implementation of the Pragmatic Code Autocomplete paper, presented at AAAI 2021:

@inproceedings{
    poesia2021pragmatic,
    volume = {35},
    title = {Pragmatic Code Autocomplete},
    author = {Poesia, Gabriel and Goodman, Noah},
    booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
    year = {2021}
}

The VSCode integration is inside the user-study directory. We implemented it via hooks to the Monaco editor, which is the same that backs VSCode. https://microsoft.github.io/monaco-editor/ The dataset we collected from Github repositories is not included here, but is available upon request. Contact Gabriel <poesia[=at=]stanford.edu> if you need it.