How to copy the wrong hint when I use Android Studio 3.01?

I use Android Studio 3.01, it will show the wrong hint “Waiting for a party announcement” when there are some problems with my code.

But the text information about the wrong hint is difficult to copy, it will disappear immediately if the mouse leaves the hint area. It’s hard for me to select the tooltip text and click “Copy item” in the “Edit” menu.

Is there an easy way to do this? for example, keyboard shortcuts.

enter image description here

Add content

Many times, when both the tooltip and the keyword hint are displayed at the same time!

enter image description here

+5
source share
1 answer

You can take a look at this question: How to copy an error message in the Android Studio tooltip that contain the answer:

Once the pop-up window appears, move the mouse over it and simply select (mark) the text of the bubble, then do Copy using the keyboard shortcut (CTRL + C on Windows or Command + C on Mac), still having the mouse pointer over the bubble.

+1
source

Source: https://habr.com/ru/post/1275946/


All Articles