CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
517 stars 84 forks source link

✨ Code Completion Provider #32

Open jasonplatts opened 2 years ago

jasonplatts commented 2 years ago

Overview

A completionProvider interface is needed to allow extensions to add code completion suggestions.

Related API Documentation

Resources

maxzoech commented 2 years ago

I will drop this here as a reference https://microsoft.github.io/language-server-protocol/