Parameter's order of Signature and Parameter-List doesn't match

zakko

Member³
In version 14.0.6.1988 (64 bit) when you start typing a call of a procedure/function up to the first bracket, the order of parameters, shown in the modal parameter list, doesn't match with the given order of parameters in the signature.

This should be aligned, because it's quite error-prone writing calls while relying on the displayed parameter-list.
 
Last edited:
At the bottom-left of the Code Assistant there is a button to switch between alphabetical sort order and declaration sort order (the default). The setting is persistent, so you only need to set it once.
 
Back
Top