I want a shortcut to the IDE for automatic code structuring
example:
If a = 1 to b then
for i = 0 to x
for j = 0 to y
code
next
next
end if
ShortCut should structuring:
If a = 1 to b then
...for i = 0 to x
......for j = 0 to y
.........code
......next
...next
end if
and a shortcut for CollapsAll / Expand all Sub and Regions (All!).
Is that possible?. Thank you.
example:
If a = 1 to b then
for i = 0 to x
for j = 0 to y
code
next
next
end if
ShortCut should structuring:
If a = 1 to b then
...for i = 0 to x
......for j = 0 to y
.........code
......next
...next
end if
and a shortcut for CollapsAll / Expand all Sub and Regions (All!).
Is that possible?. Thank you.