Re: Delphi 2005 and D7 code completion slow
- From: Tony Caduto <support@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 23:16:54 -0500
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.
.
- Follow-Ups:
- Re: Delphi 2005 and D7 code completion slow
- From: Brian Moelk
- Re: Delphi 2005 and D7 code completion slow
- References:
- Delphi 2005 and D7 code completion slow
- From: tony
- Re: Delphi 2005 and D7 code completion slow
- From: John Jacobson aka Captain Jake
- Delphi 2005 and D7 code completion slow
- Prev by Date: Re: Guidelines please
- Next by Date: Re: You think you have it bad
- Previous by thread: Re: Delphi 2005 and D7 code completion slow
- Next by thread: Re: Delphi 2005 and D7 code completion slow
- Index(es):
Relevant Pages
|