Feature autocomplete
Closed this issue ยท 5 comments
Nice web based editor! I like it! ๐
Tested autocomplete feature with php file and get "No suggestions." if I press CTRL+SPACE.
Will autocomplete with automatic suggestions be added as feature to wide?
Tested it again with JS file and autocomplete works fine. So it looks like autocomplete is missing for other languages than JS?
How to add autocomplete to other languages?
mmm, because it uses monaco editor I guess you should check how monaco editor does it, I didnt code the autocompletion
@jagenjo
Thanks for answer my question.
So You don't usw ist for PHP or other languages than js?
Or is wide more a simple example and not a web ide project?
it was more a prototype, but it is very simple (only two files of code, the client js and the server php) so it is very easy to modify