-
It would be cool to add features around PowerShell's auto-help tools. With these, you decorate your script and then get-help can read the decorations and produce rich help. The sharper readers may have noticed I'm using this new format to document and present scripts over on http://pshscripts...
-
When we do code completion would it be possible to get a tooltip info about the PSSnapIn that the cmdlet belongs to? Also, code completion menu in the editor gives us much more information about cmdlet, function or a script. Can we get the same kind of info in the console?
-
I would like to see new method for $psplus object to embed the console in the editor - $psplus.embedconsole() Keyboard shortcut to embed the console would be nice too. And if someone wants more permanent solution, new PowerShellPlus setting "Embed the console in the editor" would be great....
-
Hey, The intellisense is great, but I think the positional hints might be confusing. Parameters' positions are 0-based, but the hints are 1-based. In v1, maybe not so confusing because scripters never really are exposed to the truth, but perhaps with v2 and the exposure to users of advanced functions...
Posted to
Wish List
(Forum)
by
oisin
on
02-02-2009
Filed under: powershell plus, Suggestion, auto-help, PowerShellPlus, code completion
-
I would like to have shortcuts for nodes in QuickClick Solutions. Then we can move the console snippets to Solutions and one day when QuickClick Solutions become available to the editor too, we can put all our code snippets, one-liners, scripts and modules in one well organized place. Btw, keyboard shorcut...
-
Shay Levy's asked me about search feature in QuickClick Solutions pane. It doesn't look like a big issue now, but when people start adding stuff and sharing with others, it will be. The tags for nodes would be great too. Scripts on powershell.com and poshcode.org have tags. Maybe one day it would...
-
I would like to see PowerShell Plus Code Snippet Library as part of the PowerShell.com, so we could share PowerShell Plus code snippets and download them directly from PowerShell Plus (similar to the scripts from Script Library).
-
I like everything in PowerShellPlus Beta v2.1.0.19. You can open a C#, VB, and VBscript file type to named a few. But, it would be great to be able to select/open SQLscripts and/or Python Code files. Good Job!!
-
Hello everybody, it is possible to add a database on powershell plus to backup and search our personal script like the internet share on powershell.com? Thanks Sylvain