README.md

December 4, 2022 ยท View on GitHub

Simple VB IDE Tip

Description

Just a tip.

More Info

Submitted On
ByJose M. Lopez
LevelBeginner
User Rating4.3 (39 globes from 9 users)
CompatibilityVB 6.0
CategoryCoding Standards
WorldVisual Basic
Archive File

Source Code

Selecting multiple lines in your code
 and then clicking tab or shift tab
 will tab the selected lines foward
 and backward respectively.
 Most of you probably already know this but
 I did not. Sometimes when my code was
 finished I would later add an extra loop
 to a large procedure requiring reindenting
 line by countless line. I wish I'd known
 I could've done this with one click!