Question 1:
I've been playing around in Lazarus and I can't figure out how to turn on parameter hints. I can invoke code completion using the "." dot character, but parameter hints do not seem to work. For instance,

myObj := TMyCoolObject.Create( <========= no param hints are shown with open parentheses (I'm assuming there are overloads of the Create method in this example).

Under Environment > Editor Options > Code Tools, all options are checked.


Question 2:
Is there an option or add-in that I can use that will automatically capitalize declared variables, keywords and identifiers as originally declared? In Delphi, I use GExperts which has a feature to do this. Typing tstringlist would be changed to TStringList as soon as a space is entered after the keyword. Not only is this handy to make better readable code without much work in switching between cap letters on keyboard, it's a good indicator for me when I mistype a variable or keyword/identifier...

Thank you,

--

Warm Regards,

Lee

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to