Wokwi Compiler and code completion

I have used Wokwi.com website for coding since I have started learning.
But there is something unique with the compiler that Wokwi uses.
The code completion in the website makes coding super easy.

Now instead of writing the code and then select it all and then paste it in the IDE to upload it, I have tested code completion in VScode, Atom.io and SublimeText.
But not all the code completion is as perfect as Wokwi website is.

For example when I complete digitalWrite command Wowki will type it like this:

digitalWrite();

While the other softwares complete it like this:

digitalWrite

even in the for command
Wokwi

for(){

}

Others:

for
(or maybe)
for()

So is there a way I can make Wokwi code completion run with any of the softwares?
Or can I edit the code completion that the softwares uses to get it as perfect as Wokwi website does?
Or maybe upload the code directly from Wokwi website?

Note: missing the semicolon at the end of the commands is what triggers me tbh

That's funny. Most of the errors I get first time compiling in the wokwi are because of code completion I hadn't noticed, like it puts {} out and I write my own } later on…

I learned to do this without "help", and anything short of really good smart help does not. Help.

Really good smart help is hard to provide, I don't expect to see it in the time I have left.

So… while you look for a way to get it to happen everywhere, I look for a way to turn it off.

No help at the Clippy level, please.

a7

How is this an Arduino programming question?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.