博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android studio或者IntelliJ代码样式的设置
阅读量:5105 次
发布时间:2019-06-13

本文共 893 字,大约阅读时间需要 2 分钟。

使用过程中发现了一些与Eclipse不同的地方,在这里提供一些设置方法
 
1. Backspace会将开头的空格和换行符一并删除,如果要禁用
Settings -> Editor -> General -> Smart Keys -> Backspace -> Unindent: 可
以设为Disabled
 
2. switch/case中的case会被自动缩进一级
Settings -> Editor -> Code Style -> Java -> Wrapping and Braces ->
'switch' statement -> Indent 'case' branches 不选
 
3. xml格式与eclipse默认完全不一致,没有找到完全相同的设置方法,只能基本相似
Settings -> Editor -> Code Style -> XML -> Tabs and Indents ->
Continuation indent: 设成4
Settings -> Editor -> Code Style -> XML -> Other -> Align attributes 不选
Settings -> Editor -> Code Style -> XML -> Other -> Spaces -> In empty
tag 选
Settings -> Editor -> Code Style -> XML -> Other -> Android -> Use
custom formatting settings for Android XML files 选
 
4. 如果对代码中写死的汉字字符串过敏
Settings -> Editor -> General -> Code Folding -> Android String
References 不选
 
5.如果Eclipse转到android studio很多快捷键用不惯。建议可以换
  

转载于:https://www.cnblogs.com/shansheng/p/4760202.html

你可能感兴趣的文章
Codeforces 719B Anatoly and Cockroaches
查看>>
ActiveMQ与spring整合
查看>>
关于TFS2010使用常见问题
查看>>
poj2752 Seek the Name, Seek the Fame
查看>>
Illustrated C#学习笔记(一)
查看>>
理解oracle中连接和会话
查看>>
[13年迁移]Firefox下margin-top问题
查看>>
Zookeeper常用命令 (转)
查看>>
程序员的数学
查看>>
聚合与组合
查看>>
洛谷 P2089 烤鸡【DFS递归/10重枚举】
查看>>
我眼中的技术地图
查看>>
lc 145. Binary Tree Postorder Traversal
查看>>
android dialog使用自定义布局 设置窗体大小位置
查看>>
ionic2+ 基础
查看>>
[leetcode]Minimum Path Sum
查看>>
Aizu - 1378 Secret of Chocolate Poles (DP)
查看>>
IO流写出到本地 D盘demoIO.txt 文本中
查看>>
Screening technology proved cost effective deal
查看>>
mysql8.0.13下载与安装图文教程
查看>>