kylestetz / slang

🎤 a simple audio programming language implemented in JS
http://slang.kylestetz.com
ISC License
1.19k stars 31 forks source link

Autocomplete in website http://slang.kylestetz.com #6

Open ghost opened 6 years ago

ghost commented 6 years ago

So, please... add support for autocomplete code in Sublime Text and very others programs this type. ;D

kylestetz commented 5 years ago

Thanks for the suggestion 😄

I don't have any plans to add support for other IDEs, since that would imply that there's a way to run the Slang runtime outside of the editor website. This project does use CodeMirror, though, so I'm sure there's a way to add support for autocompleting function names (and even variable names you've created). I'll look into it!

ghost commented 5 years ago

Thanks ;D

Json+Jquery for this... is cool ;D

I'm hoping for this feature in the future. But, I'm working to make it happen now. So, This is a prototype of your json language. Link: https://github.com/OlivieBright/autofull-slang/blob/master/src/json/slang.json