Add ability to add tabs to the end of a line in Windows PowerShell ISE
Posted
by deadlydog
on Geeks with Blogs
See other posts from Geeks with Blogs
or by deadlydog
Published on Mon, 24 Jun 2013 16:08:55 GMT
Indexed on
2013/06/25
4:22 UTC
Read the original article
Hit count: 266
Originally posted on: http://geekswithblogs.net/deadlydog/archive/2013/06/24/add-ability-to-add-tabs-to-the-end-of-a.aspx
In the preamble of an earlier post I mentioned that one of the little things that bugs me about Windows PowerShell ISE is that you can add tabs to the start of a line, but not to the end of a line. This is likely because it would interfere with the tab-completion feature. I still like to be able to put tabs on the end of my code lines though so that I can easily line up my comments. Here is how we can achieve this functionality in PowerShell ISE.
Read more at http://blog.danskingdom.com/add-ability-to-add-tabs-to-the-end-of-a-line-in-windows-powershell-ise/
© Geeks with Blogs or respective owner