Re: code completion in With Statement

From: Tony J Hopkinson (myname_at_hotmail.com)
Date: 01/08/04


Date: Thu, 08 Jan 2004 12:34:04 GMT

On Wed, 07 Jan 2004 22:33:55 -0600, Rob Kennedy <.> wrote:

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

My method don't use With.
Making your code less readable simply to save typeing isn't an option
as far as I'm concerned.
Compound and or nested withs cause even more problems.



Relevant Pages

  • Re: code completion in With Statement
    ... Bill N wrote: ... > How do you bring up code completion within code editor when in a With ... > With qry do begin ...
    (borland.public.delphi.ide)
  • code completion in With Statement
    ... How do you bring up code completion within code editor when in a With ... With qry do begin ... I've tried ctrl shift space but that only works when you have an identifier. ...
    (borland.public.delphi.ide)
  • Ann: Editor.NET 1.2 released
    ... Editor.NET is an advanced code editor allowing integration of a highly ... code completion, unlimited undo/redo, bookmarks, word wrap, drag-n-drop, ... + Transparent property added allowing to display background image. ... code outlining, smart formatting and code completion features. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Naming conventions
    ... code editor with code completion, you don't have to type it all in ... I would agree completely that readable code is more important than ... reducing typing. ...
    (microsoft.public.dotnet.general)
  • Re: Delphi 2005 and D7 code completion slow
    ... Code completion: ... When you enter a class name followed by a period in the Code editor, the list of properties, methods and events appropriate to the class is displayed. ... Tooltip expression evaluation: ... Display declaration information for any identifier by passing the mouse over it in the Code editor. ...
    (borland.public.delphi.non-technical)