Keil vs IAR functions window

Thread Starter

irmanao

Joined Apr 29, 2017
87
I am in the process of choosing an ARM mcu ide. I saw some videos with KEIL and i liked the functions window that enables you to look up all the functions that are associated with a driver. It also has code completion. Does IAR have any of the above?

thanks
 

rsjsouza

Joined Apr 21, 2014
425
I know IAR has code completion, but it is not as advanced as Keil or Eclipse (which I am much more familiar) - you basically start typing the API and hit Ctrl+Alt+Space to cycle through the suggestions.

I also haven't seen a Functions (or Outline on Eclipse) viewer on IAR. IMHO the Outline view is better even than the Keil variant, as it shows also classes, objects, variables, #defines, #includes followed by their prototype/type.
 
Top