Web editor add-on

Hello,

I wrote a simple script to automate writing main code blocks (if, for, while). I think this simple add-on can:

  • help beginners to write correct code
  • help beginners to check their code with the correct one
  • give an option to advanced programmers to speed code writing

It would be a feature I espect, also in the client IDE, considering it an alternative to code intellisense.

Please, if you agree, feel free to check my script at GitHub and implement or enhance it:

Thanks a lot

Matteo

Hi @interpeo, we looked at your code and it could be a good idea to have something similar in our editor. Opening an issue in our repo to remember about that, let's see if we can put it in our roadmap. Thank you!

perfect! good to know.

thanks