![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Auto Completion in Powershell Graphical version Is there any Auto Completion feature in Powershell Graphical version? I could not find it. |
My System Specs![]() |
| | #2 (permalink) | ||||||||||||
| Guest | Re: Auto Completion in Powershell Graphical version On Jan 20, 9:33*pm, Sarath <CSar...@xxxxxx> wrote:
For a product with a mature editor and extensive auto completion functionality Check out Powershell Plus. @ http://www.powershell.com -Karl Prosser | ||||||||||||
My System Specs![]() | |||||||||||||
| | #3 (permalink) | ||||||||||||||||||||||||
| Guest | Re: Auto Completion in Powershell Graphical version On Jan 21, 2:38 pm, klu...@xxxxxx wrote:
Regards, Sarath | ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
| | #4 (permalink) | ||||||||||||||||||||||||||||||||||||
| Guest | Re: Auto Completion in Powershell Graphical version The edior that comes with PowerGUI is another viable, free, alternative -- Richard Siddaway Please note that all scripts are supplied "as is" and with no warranty Blog: http://richardsiddaway.spaces.live.com/ PowerShell User Group: http://www.get-psuguk.org.uk "Sarath" wrote:
| ||||||||||||||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||||||||||||||
| | #5 (permalink) | ||||||||||||
| Guest | Re: Auto Completion in Powershell Graphical version Hey Sarath, both Sapien's PrimalScript and iTripoli's Admin Script Editor have some form of autocompletion. CTRL+Space gives you a list of stuff you can choose. Unfortunately none of them are context sensitive. By that I mean, the list of members you get for an object, is not relative to that object, but is a big fixed list always. I know iTripoli is working on that, and that they expect (when I say expect, I say so in a completely non-commiting way) to have real intellisense in place by the end of Q1 2008. And I am SO looking forward to that ! If you mean autocompletion directly in Powershell, you simply write e.g. the object name, then the dot (e.g. you write "$a." and then press the TAB button. That won't show you a list, but it'll cycle through the available members for that object. And those are relative to the object, not a generalized list. Hope that helps ![]() Best Regards, Jacob Saaby Nielsen http://www.pipforhelvede.net gmail: jacob DOT saaby hotmail (IM/LinkedIN/Facebook): same as gmail
| ||||||||||||
My System Specs![]() | |||||||||||||
| | #6 (permalink) | ||||||||||||||||||||||||
| Guest | Re: Auto Completion in Powershell Graphical version
There's a video you can checkout on the site. Marco | ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
| | #7 (permalink) | ||||||||||||||||||||||||||||||||||||
| Guest | Re: Auto Completion in Powershell Graphical version To second Richard's suggestion, PowerGUI comes with a Script Editor with Intellisense, Syntax highlighting, a debugger, etc. It isn't a replacement for PowerShell. It is an editor that works with PowerShell script files. It's also an admin console that can be used to create a custom admin interface to execute PowerShell scripts. And it's truly free, as Richard suggested. I highly recommend it (and not just because I work on the team, either). -- Kirk Munro [MVP] Poshoholic http://www.poshoholic.com "Sarath" <CSarath@xxxxxx> wrote in message news:f6eefb21-96f8-4196-a2da-5aac2b1a84a1@xxxxxx
| ||||||||||||||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||||||||||||||
| | #8 (permalink) | ||||||||||||
| Guest | Re: Auto Completion in Powershell Graphical version "Sarath" <CSarath@xxxxxx> wrote in message news:4d8a033c-6ceb-426b-8e3d-0002ad36d0b0@xxxxxx
is an update (1.0.13) to the PowerGUI script editor due out any day now that has nice auto-completion of script variables. And you can't beat the price - it is free! :-) -- Keith http://www.powergui.org | ||||||||||||
My System Specs![]() | |||||||||||||
| | #9 (permalink) |
| Guest | Re: Auto Completion in Powershell Graphical version Powershell Plus is the only environment with extensive context sensitive intellisense, where the objects persist over more than one run. Its more interactive that the other traditional editors, which treat powershell as if it were a compiled language. Additional as well as being an editor and debugger, it is a full implementation of the powershell host and a viable replacement for powershell for day to day tasks. Karl Prosser http://www.powershell.com |
My System Specs![]() |
| | #10 (permalink) |
| Guest | Re: Auto Completion in Powershell Graphical version To second Karl and provide some rather neutral advice I would have expected from MVPs and user group leaders in the first place, here's a number of useful links to editors with PowerShell Intellisense capability (in the order when they appeared on the market): PowerShell Analyzer (PSA) at http://www.powershell.com, it cost $129. Comes with many data analyzers and rich cmdlet help PowerShell Plus at http://www.powershell.com, it is completely free right now and will require a (probably very reasonable) license for commercial use in the future. Comes with an advanced multi-doc debugger, true object-oriented intellisense and a lot more PrimalScript 2007 Professional at http://www.sapien.com, starts from $279 and contains some PowerShell support along with a number of other script languages PowerGUI at http://www.powergui.org, it's *currently* free, has a basic PS debugger and some intellisense. It started out as a treebased GUI for PS, and Quest is now adding more and more editing capabilities. AdminScriptEditor at http://www.adminscripteditor.com/, from $99, supports PowerShell currently only rudimentary, however they are putting a lot of effort in it and added a .NET forms designer. PowerShell V2 Grapical Host as part of PowerShell V2 CTP, free, alpha status, no debugging, no intellisense, very early release (if I missed anyone, my apologies) I really leave it up to anyone here which approach you like best. However, since I am developing PowerShellPlus, I obviously encourage you give PowerShell Plus a try and tell me what you think. I believe it has the most advanced intellisense and debugging. Tobias Weltner |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RE: Auto Completion and the $_ variable | /\/\o\/\/ [MVP] | PowerShell | 1 | 08-21-2008 04:11 AM |
| Sample: Debugger for Graphical PowerShell V2 CTP2 | Roman Kuzmin | PowerShell | 6 | 05-07-2008 05:13 AM |
| Auto-Completion of email Address Issue | Dave Lee | Vista mail | 3 | 03-18-2008 07:30 PM |
| address auto completion | cybersedona | Vista mail | 5 | 12-10-2007 08:47 PM |
| Tag Auto-completion in Photo Gallery for XP? | rick | Vista music pictures video | 0 | 11-11-2007 01:53 AM |