Re: Delphi 2005 and D7 code completion slow



From the Delphi Help:

Code Insight is all of these:  (I am refering to Code completion)

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. You can then select the item and press Enter to add it to your code.



Code parameters:
View the arguments of a method call as you enter them into your code. Note: You can always invoke Code parameters using Shift+Ctrl+Space, even if the automatic feature is disabled.


Tooltip expression evaluation:
When the compiler is stopped while debugging, you can view the value of a variable by pointing to it with your cursor.


Tooltip symbol insight:
Display declaration information (in a hint window) for any identifier by passing the mouse over it in the Code editor.



.



Relevant Pages

  • 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: 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 ...
    (borland.public.delphi.ide)
  • 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: 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)