Once I use an IDE to compile my C++ code, this IDE seems know everything of my code: I could find the most original definition of any element in my code, no matter how deep it is from usage to definition.
The IDE seems know:
- my code logic
- my code structure
How IDE could do this?