7. CodeInsight – View included header files

One more features of this app is that when your reading the source code, you can tap the header include line to directly open the header files. For example:

#include <linux/fs.h>

Tap the line above in the source code will open the header file.  The tap will also underline the source code so that user can easily find which line user tapped.