Re: [MSH] Command completion character
- From: "Jeff Jones [MSFT]" <jeffjon@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 13:53:11 -0800
Note, cmdlet auto-complete is in V1. You have to type the verb and "-" to
get it though. So "get-i<tab>" would get you "get-item".
--
Jeff Jones [MSFT]
Microsoft Command Shell Development
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Keith Hill" <r_keith_hill@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:eNbonQW6FHA.3120@xxxxxxxxxxxxxxxxxxxxxxx
> "Bruce Payette [MSFT]" <brucepay@xxxxxxxxxxxxx> wrote in message
> news:OIRpwWV6FHA.2600@xxxxxxxxxxxxxxxxxxxxxxx
>> The editing features that msh and cmd.exe both use are implemented by the
>> console subsystem not the user process. Tab-completion uses a feature in
>> the Console API where you can specify a secondary line-complete
>> character. When we get a line back, we look at the line-complete
>> character and figure out what to do from there. We don't currently
>> provide a way to specify anything other than tab for this character
>> unfortunately. All of the other changes suggested require writing our own
>> command-line editor. This didn't make the cut for V1 but is high on the
>> list for V2.
>
> I'm looking forward to V2 and features like cmdlet auto-complete and
> cmdlet and parameter intellisense. Color syntaxing would also be very
> helpful to let me know when I'm in command vs expression mode and let me
> know what token are keywords and operators. Auto-indenting of code typed
> at the command line (assuming multiple lines) would be nice. Finally a
> good script editor with all these features would rock.
>
> --
> Keith
>
>
.
- Follow-Ups:
- Re: [MSH] Command completion character
- From: Keith Hill
- Re: [MSH] Command completion character
- References:
- [MSH] Command completion character
- From: Marty List
- Re: [MSH] Command completion character
- From: Chris Warwick
- Re: [MSH] Command completion character
- From: Bruce Payette [MSFT]
- Re: [MSH] Command completion character
- From: Keith Hill
- [MSH] Command completion character
- Prev by Date: Re: [MSH] Command completion character
- Next by Date: Re: ActiveX component can't create object: 'Scripting.FileSystemObject'
- Previous by thread: Re: [MSH] Command completion character
- Next by thread: Re: [MSH] Command completion character
- Index(es):
Relevant Pages
|