Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Android Studio 3.0 add parameter prompt information?

The following sample code maded by Kotlin is shown in Android Studio 3.0, I find the fun detailIntent.putExtra("Person", SampleData.BOB) is shown as detailIntent.putExtra(name: "Person", SampleData.BOB), and I can't delete name in the editor.

It seems that Android Studio 3.0 add parameter prompt information name, right? and how can I set to turn on or turn off it?

enter image description here

like image 563
HelloCW Avatar asked Sep 09 '26 00:09

HelloCW


1 Answers

It seems that Android Studio 3.0 add parameter prompt information name - Yes.

and how can I set to turn on or turn off it?

Disable, just right click on hint place :-

enter image description here

Enable, the same way :-

enter image description here

If you facing issues with click, change it from settings :-

enter image description here


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!