Android Studio设置记录

来源:互联网 发布:单片机实验教程 编辑:程序博客网 时间:2024/06/05 19:23
可以将Android studio风格设置为习惯的Eclipse风格。
具体设置方法如下:
1:点击File->Settings打开设置对话框
2:在设置对话框中搜索"Keymap"标签页
3:将Keymaps设置为“Eclipse”
4:点击“Apply”


鼠标移动到对应函数显示帮助文档设置:
File->Settings->Editor->General->Show quick doc on mouse move Delay (勾上前面那个勾)


代码补全提示:
File->Settings->Editor->General->Code Completion
Case sensitive completion = first letter
Basic Completion勾选
SmartType Completion勾选
Autopopup code completion勾选
Insert selected variant by typing dot, space, etc.勾选,此项可以在输入前几个字符后输入点或空格,自动补全变量名

Autopopup documentation in(ms)勾选



0 0
原创粉丝点击