How to disable Android Studio 3.0 shortcuts?

I just upgraded to Android Studio 3.0, and I noticed that there are strange shortcuts / tags on my code. I can’t manually delete these marks, because the cursor just jumps right above them. How to disable these shortcuts? Android Studio has different menus and commands than IntelliJ.

enter image description here

+4
source share
2 answers

Retrieved File> Settings> Editor> General> Appearance
and remove the check mark from this option,

Show Parameter name hints

Disable code hint

+4
source

press Alt+ Enterwhen you are on this line and select "Do not show tooltips for the current method"

further information here

+1

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


All Articles