Code Hinting

Top  Previous  Next

Code hinting is a feature which helps you see what are the arguments for a function, while writing the code for it. It appears as soon as you type the opening parentheses for a procedure. It looks like this:

 

tide_hinting

You can see the number of arguments required and their types, as well as the return type (if any). The highlighted part shows what syntax element you should type in next.

 

note_tip-wt

You may invoke code hinting manually by pressing Ctrl+Shift+space.