How do I configure Android Studio to show hints?

本秂侑毒 提交于 2019-12-11 17:00:02

问题


Currently learning Flutter. I was watching a video tutorial on YouTube (MTechViral) and the IDE that he was using (Visual Studio Code) showed hints whenever he typed an element as shown here.

See how the IDE lists all the possible elements and then describes it?

Is it possible to configure Android Studio to do this? Thanks!


回答1:


make sure you have installed the flutter and dart plugin, once installed intellisense should work off the bat. Maybe try updating android studio and reinstalling the dart and flutter plugins. CTRL + SPACE on windows and control + space on mac will display intellisense.

Good luck



来源:https://stackoverflow.com/questions/52574589/how-do-i-configure-android-studio-to-show-hints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!