I start both my PowerShell and Windows Server classes off with a basic lesson on PowerShell’s syntax. This lesson includes the importance of using TAB completion. It never fails. I always find someone who insist on typing everything. Here are a few benefits of press the TAB key.
- Faster typing
- Less work
- Greater productivity
- Fewer typing errors
- No more using parameters that do not exists.
- No more using cmdlets that do not exists
- Less troubleshooting
All these sound like good reasons to press the TAB key, yet there are those that will not. For those who want to type everything, this is what you are doing that the rest of the PowerShell community is not.
- Working hard
- More debugging
- Wasting time
- Making typos
- More frustration
- More stress
- Less productivity
Remember, every time you press the dash “-“ key, type one or two more characters and then press TAB. It will make your life easier. It is strange at first, but once that lught bulb turns on, you will not believe how much harder you were working before TA completion.
Comments