Re: code completion in With Statement
From: Rob Kennedy (.)
Date: 01/08/04
- Previous message: Bill N: "code completion in With Statement"
- In reply to: Bill N: "code completion in With Statement"
- Next in thread: Tony J Hopkinson: "Re: code completion in With Statement"
- Reply: Tony J Hopkinson: "Re: code completion in With Statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 07 Jan 2004 22:33:55 -0600
Bill N wrote:
> How do you bring up code completion within code editor when in a With
> statement as shown below:
>
> With qry do begin
> ..
> ..
> end;
>
> I've tried ctrl shift space but that only works when you have an
> identifier.
Ctrl+Shift+Space is the shortcut for code parameters. Code completion is
Ctrl+Space. And it should work within a WITH statement, although it will
show you *everything* that's currently in scope since it doesn't know
whether you want to limit the list to just the members of the nearest
WITH item(s).
-- Rob
- Previous message: Bill N: "code completion in With Statement"
- In reply to: Bill N: "code completion in With Statement"
- Next in thread: Tony J Hopkinson: "Re: code completion in With Statement"
- Reply: Tony J Hopkinson: "Re: code completion in With Statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|