porsager / flems

A single file web playground and sandbox
Do What The F*ck You Want To Public License
489 stars 83 forks source link

auto complete #92

Open caseystarr opened 3 years ago

caseystarr commented 3 years ago

anyway to get auto complete like this?

TypeScript

anyway to get auto complete like this?

porsager commented 3 years ago

There's a Codemirror plugin for autocomplete. Maybe it can be combined with the Typescript libraries. I'm open for a PR for this, but it should load the required libraries dynamically only if Typescript is used.

caseystarr commented 3 years ago

I assume you are talking about github.com/codemirror/codemirror . For me this would be a good feature, I am trying to set up a private sandbox to learn in. So are you saying I can combine the libraries or is the only way is with a feature request? sorry I am a self taught noob but I am usually pretty good with google lol.