|
|
Browse by Tags
All Tags » PowerShell » TabExpansion » RawUI » Extending
-
As Adam allready mentioned in : Another PowerTab update … there were 2 updates in a short time and there are a lot of PowerTab Posts lately, but as the New RawUi ConsoleBased Intellisense, and the possility to filter the list shown by typeing more letters after you hit Tab, does add so many new possibilities, that I also myself start to ...
-
By default PowerShell only displays a summary of the Help available, If we want more info we can use a parameter on get=help.
This is handy most of the times, but the problem is that I usually get help by using -? behind the command.
So say I type :
Import-Csv -?
but I want more information now I can not use my command buffer to ...
-
And another version of the PowerShell tabExpansion script library PowerTab is released, with some really cool additions !
PowerTab 0.91
For more information about the PowerTab suite and the rest of the series see also the PowerTab Overview Page where you allways can find the latest version for download, or you can use ...
-
I mentioned in last post about the new version of PowerTab PowerShell TabExtension - Part 5 PowerTab 0.9 ,That the TabSelection handler used for DoubleTab is extendable :
Aaron has also updated his Invoke-Intellisense, and changed it into a Cmdlet See : PowerTab 0.9 for PowerShell and Invoke-Intellisens... , ...
-
I made some mayor updates to my PowerShell TabExtension Function PowerTab , most important are
DoubleClick support and a TabItemSelector using RawUI to create a selectable and scollable list of the TabCompletion possibilities, offering a kind of Consolebased intellisense GUI,
That adds a lot of ...
|
|
|