As the user types, offer suggestions to complete their code. **Note:** In order to offer code completion, a language server protocol (LSP) implementation is needed (see #40). ## Resources - https://microsoft.github.io/language-server-protocol/ - https://nshipster.com/language-server-protocol/ - https://github.com/ChimeHQ/LanguageClient ## Screenshot <img width="447" alt="image" src="https://user-images.githubusercontent.com/806104/176086420-2e06c30e-76fc-456a-897f-286b0c79902c.png">
As the user types, offer suggestions to complete their code.
Note: In order to offer code completion, a language server protocol (LSP) implementation is needed (see #40).
Resources
Screenshot