6.5 Implement Extern Functions Using AutocompleteType the
function or
task keyword and then press
Ctrl + Space to trigger
Content Assist.
When doing so, the list of proposals includes
extern methods that are available to implement.
The adjacent
Proposal Tooltip includes information about the action that will be performed.
Upon choosing the method, a corresponding
method stub will be generated at the cursor's location.
The methods may be filtered by typing their
return type.
|