Re: [MSH] Command completion character
- From: "Keith Hill" <r_keith_hill@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 14:41:19 -0700
"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: Jeff Jones [MSFT]
- 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]
- [MSH] Command completion character
- Prev by Date: Re: [MSH] Command completion character
- Next by Date: Re: [MSH] Command completion character
- Previous by thread: Re: [MSH] Command completion character
- Next by thread: Re: [MSH] Command completion character
- Index(es):
Relevant Pages
|