[Lazarus] Is there a syntax for displaying comments attached to variables in tooltips?

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Nov 25 13:24:08 CET 2013


On Mon, 25 Nov 2013 12:14:17 +0000
"vfclists ." <vfclists at gmail.com> wrote:

> Is there some way tooltips can be made to display comments linked with
> variables and constants?

The IDE shows comments in tooltips directly above and directly behind a
variable/constant.

var
  { comment about b }
  b: char;
  i: integer; // comment about i

Find declaration must work on the reference.

Mattias




More information about the Lazarus mailing list