Per http://langserver.org/, Code completion should be supported in this language server implementation. However, https://github.com/sourcegraph/python-langserver/blob/master/langserver/langserver.py shows that the textDocument/completion handler required for autocomplete is not implemented. Is there a timeline for adding this?