jagenjo/wide

Feature autocomplete

Closed this issue ยท 5 comments

pwFoo commented

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?

pwFoo commented

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

pwFoo commented

@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

pwFoo commented

@jagenjo
Do you plan to develop more features to wide or was it just a test?