Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copy warning message when you hover over a WORD in Android Studio using Mac

Not sure if this question was already answered in the past but I was not able to find anything on it. I wanted to know if there is a possibility to immediately copy a warning that appears under some "words" in Android Studio?

Example: enter image description here

Is there a Mac keyboard shortcut to copy that 'android.support.v4.app.ActionBarDrawerToggle' message?

like image 808
Red M Avatar asked Jul 06 '16 22:07

Red M


3 Answers

This is an IntelliJ inherited problem. You can find a workaround here.

Basically, click on the error/warning in order to have the cursor on it. Then you will find the same message in the message bar on the bottom. Right-click and copy

like image 74
ocramot Avatar answered Oct 31 '22 20:10

ocramot


Alt+click(left button of the mouse) on popup copies the whole text. Tested on android studio 3.6 windows 10.

like image 44
Bek Avatar answered Oct 31 '22 20:10

Bek


I think it is possible to mark it with the mouse and while you still hold the mouse button down press cmd + c.... but in fact this is not a shortcut.

like image 4
Rudi Ruessolds Avatar answered Oct 31 '22 21:10

Rudi Ruessolds