Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Vista Tutorials Tags

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.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

Auto Completion in Powershell Graphical version

Closed Thread
 
Thread Tools Display Modes
Old 01-20-2008   #1 (permalink)
Sarath
Guest


 

Auto Completion in Powershell Graphical version

Is there any Auto Completion feature in Powershell Graphical version?
I could not find it.

My System SpecsSystem Spec
Old 01-20-2008   #2 (permalink)
klumsy
Guest


 

Re: Auto Completion in Powershell Graphical version

On Jan 20, 9:33*pm, Sarath <CSar...@xxxxxx> wrote:
Quote:

> Is there any Auto Completion feature in Powershell Graphical version?
> I could not find it.
I don't believe that have added that functionality yet.
For a product with a mature editor and extensive auto completion
functionality Check out Powershell Plus. @

http://www.powershell.com

-Karl Prosser
My System SpecsSystem Spec
Old 01-20-2008   #3 (permalink)
Sarath
Guest


 

Re: Auto Completion in Powershell Graphical version

On Jan 21, 2:38 pm, klu...@xxxxxx wrote:
Quote:

> On Jan 20, 9:33 pm, Sarath <CSar...@xxxxxx> wrote:
>
Quote:

> > Is there any Auto Completion feature in Powershell Graphical version?
> > I could not find it.
>
> I don't believe that have added that functionality yet.
> For a product with a mature editor and extensive auto completion
> functionality Check out Powershell Plus. @
>
> http://www.powershell.com
>
> -Karl Prosser
What's the advantages over Windows's Powershell?

Regards,
Sarath
My System SpecsSystem Spec
Old 01-21-2008   #4 (permalink)
RichS
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:
Quote:

> On Jan 21, 2:38 pm, klu...@xxxxxx wrote:
Quote:

> > On Jan 20, 9:33 pm, Sarath <CSar...@xxxxxx> wrote:
> >
Quote:

> > > Is there any Auto Completion feature in Powershell Graphical version?
> > > I could not find it.
> >
> > I don't believe that have added that functionality yet.
> > For a product with a mature editor and extensive auto completion
> > functionality Check out Powershell Plus. @
> >
> > http://www.powershell.com
> >
> > -Karl Prosser
>
> What's the advantages over Windows's Powershell?
>
> Regards,
> Sarath
>
My System SpecsSystem Spec
Old 01-21-2008   #5 (permalink)
Jacob Saaby Nielsen
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
Quote:

> Is there any Auto Completion feature in Powershell Graphical version?
> I could not find it.
>

My System SpecsSystem Spec
Old 01-21-2008   #6 (permalink)
Marco Shaw [MVP]
Guest


 

Re: Auto Completion in Powershell Graphical version

Quote:
Quote:

>> http://www.powershell.com
>>
>> -Karl Prosser
>
> What's the advantages over Windows's Powershell?
It is basically Windows PowerShell, but with some extra bells and whistles.

There's a video you can checkout on the site.

Marco
My System SpecsSystem Spec
Old 01-21-2008   #7 (permalink)
Kirk Munro [MVP]
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
Quote:

> On Jan 21, 2:38 pm, klu...@xxxxxx wrote:
Quote:

>> On Jan 20, 9:33 pm, Sarath <CSar...@xxxxxx> wrote:
>>
Quote:

>> > Is there any Auto Completion feature in Powershell Graphical version?
>> > I could not find it.
>>
>> I don't believe that have added that functionality yet.
>> For a product with a mature editor and extensive auto completion
>> functionality Check out Powershell Plus. @
>>
>> http://www.powershell.com
>>
>> -Karl Prosser
>
> What's the advantages over Windows's Powershell?
>
> Regards,
> Sarath
My System SpecsSystem Spec
Old 01-21-2008   #8 (permalink)
Keith Hill [MVP]
Guest


 

Re: Auto Completion in Powershell Graphical version

"Sarath" <CSarath@xxxxxx> wrote in message
news:4d8a033c-6ceb-426b-8e3d-0002ad36d0b0@xxxxxx
Quote:

> Is there any Auto Completion feature in Powershell Graphical version?
> I could not find it.
Not sure which graphical version you are referring to (CTP v2??) but there
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 SpecsSystem Spec
Old 01-22-2008   #9 (permalink)
Karl Prosser[MVP]
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 SpecsSystem Spec
Old 01-23-2008   #10 (permalink)
Tobias Weltner
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 SpecsSystem Spec
Closed Thread
Update your Vista Drivers Update Your Drivers Now!!

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


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51