jxxcarlson / elm-editor

A pure Elm text editor based on Martin Janiczek's demo
https://jxxcarlson.github.io/app/text-editor/index.html
BSD 3-Clause "New" or "Revised" License
44 stars 4 forks source link

Add autocomplete #20

Open Anton-4 opened 4 years ago

Anton-4 commented 4 years ago

I really love autocomplete in the editors I use. Can I have a go at implementing it for your editor?

jxxcarlson commented 4 years ago

Please do! We can also chat about this on Slack if you wish. I am jxxcarlson on the Elm slack.

The “demo app” I have for the editor has evolved from a demo to a rather large desktop app that use the tool at https://tauri.studio https://tauri.studio/.

You may also want to create a small “real demo” app for testing purposes. This has been on my list of things to do for a while, but I am swamped right now. There are also a few annoying bugs with editor that I have not yet addressed.

— Jim

On Jul 20, 2020, at 5:12 AM, Anton-4 notifications@github.com wrote:

I really love autocomplete in the editors I use. Can I have a go at implementing it for your editor?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jxxcarlson/elm-editor/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFGAN7KB7TI3BW6EXSDVTLR4QDAFANCNFSM4PCCHFMA.

Anton-4 commented 4 years ago

Alright :+1: , I will probably get in touch on slack for further questions and discussion some time this week .