Visual studio has a window called "Error List" at the bottom left which clearly lists every error in your code. But android studio makes it nearly impossible to even know if there is an error.
Aside from a SERIOUSLY tiny red icon at the top right. I mean this little red circle with an exclamation mark is the size of a grain of rice.
Half the time I don't even know my code has an error because I didn't notice it.
How can I get Android studio to list all code errors in a window? Or if its not in settings can I get an extension that does it?
