Re: [MSH] Command completion character



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
>
>


.



Relevant Pages

  • Re: VB.Net Rules!
    ... As VB.NET is BASIC with added features like type safety and object ... orientation, it gets verbose. ... Most features are added by adding keywords ... Take for example the Dim command. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: SW 2008 Review by Deskeng.com
    ... The new heads-up user interface allows the user to concentrate on the ... When he says "features are edited real time" I get chills up and down ... in the Command Manager you now have single ... There are hotkeys in SW already to hide and show the feature manager. ...
    (comp.cad.solidworks)
  • Re: TCSH and me!
    ... tcsh does have some interactive features that bash lacks. ... command in the current shell, and then continue typing the original ...
    (comp.unix.shell)
  • Re: TCSH and me!
    ... tcsh does have some interactive features that bash lacks. ... a command line, interrupt it to execute a command in the current ...
    (comp.unix.shell)
  • Re: [MSH] Why :: for static methods?
    ... These design decisions mostly have to do with Monad being a command shell. ... >> Microsoft Command Shell Development ...
    (microsoft.public.windows.server.scripting)