Open
Description
Instead of mandatory ()
around an expression in listed keywords an option would exist to parse them without brackets.
Now:
if (expr) {
}
With suggestion option toggled on:
if expr {
}
Since EE already supports lightweighted syntactic constructs (myVar = 0;
instead of [type] myVar = 0;
), this would a nice addition for Python like scripting.