Code Completion


Code completion provides an Optional helper function which can be used when creating new code.


Code Completion starts when a compiler command is entered followed either by Enter or Space

This will complete the syntax for the command and leave the first parameter of that command highlighted.


If there are further parameters in the command Tab will highlight the next parameter in the command.


Currently the following commands and their parameters are supported:


While Expression


Wend

Branch Index, [ Label ]

BranchL Index, [ label ]

If Expression then  


EndIf

Tern Param1, Condition, Param2, ValueIfTrue, ValueIfFalse

For Index to Count


Next

Select Expression

Case Condition

Case Condition

EndSelect


Proc ProcName( Parameter )

Do 


Loop Until Expression

Repeat


Until Expression

Sub SubName()

Include "FileName"

Enter Include as a compiler directive will Open a dialog from which to choose the file to include.  If that file is within the search paths used by the compiler,  just file name will be included.  If the file is outside the compiler search paths the full file path will be included in the entered file name.


See Also

Code Completion