0
Under review

Advanced Symbols Window

Fabiano Kovalski 10 years ago in iPhone updated by Alexander Blach (Developer) 10 years ago 1
It would be nice to have a more advanced symbols window (in C/C++) to show :
  • variables with datatypes
  • typedefs
  • #includes
  • structures with expandable list of members with their respective datatypes
  • differentiate between definition and declaration of functions
  • differentiate between static and global definitions
  • differentiate between object-like and function-like #defines 
  • include function arguments and return types
A good example of the listed contents is Eclipse Outline View: