TMS320F28388D: Turn off parameter names when calling a function in CC Stuido

Part Number: TMS320F28388D


How do I turn off the parameter names that get added when typing a function call in CC Studio. For example, if I type

Ethernet_configurePHYAddress(EMAC_BASE, 1);

the editor will add parameter names, changing the line to

Ethernet_configurePHYAddress(base: EMAC_BASE, phyAddr: 1);

I understand the underlying file contents are not changed, but how do I turn off the adding of the parameter names?