Problem StatementLanguages reinvented too many long syntaxes for the for loop. It should've just been fi:1:100 { code to repeat } or fi2:1:100 to skip by 2 or fi-1:1:100 to go backward by 2 fi*-2:1:100 etc. Save countless coding hours. DemoConvert For Loop Extension for Visual Studio CodeThis extension for Visual Studio Code allows you to quickly convert a string input in the format "fi*x:y:z" into a for loop that goes from y to z with an increment of x. Installation
Usage
ExampleInput String : Output :
If you have any issues or suggestions, feel free to contact the publisher "adimittal" at scientificchess@gmail.com. Enjoy! |