PracticeJavaScript / practicejavascript.com

Practice JavaScript with this fun game
https://practicejavascript.com/
MIT License
0 stars 0 forks source link

More intelligent and natural editor window #22

Open spacerockzero opened 7 years ago

spacerockzero commented 7 years ago

Could look into: http://codemirror.net/ (freeCodeCamp and CodeWars use this) https://ace.c9.io/

dllndv commented 7 years ago

I've used ace before, works pretty well. was quite a while ago. This was the project: https://github.com/dllndv/Robbie-JS-3_0

dllndv commented 7 years ago

I'll take this one. I have some other ideas for it

dllndv commented 7 years ago

Microsoft has one too, called Monaco: https://github.com/Microsoft/monaco-editor It's supposed to be just like VS Code. though I would expect it to be heavier than the other two. I'll have to try it out!

dllndv commented 7 years ago

Actually, it looks like monaco is VS Code, just the editor torn out and then sprinkled with a bit of pixie dust to make it work in a browser.