博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IDEA-Tips
阅读量:3907 次
发布时间:2019-05-23

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

IDE:Integrated[ˈɪntɪɡreɪtɪd] Development Environment(集成开发环境),是用于提供程序开发环境的应用程序。

IDEA - Tip of the Day:


Ctrl+Shift+J shortcut joins two lines into one and removes unnecessary space to match your code style.

将两行连接到一起,并移除多余的空间去匹配你的代码风格。


Ctrl+Shift+V shortcut to choose and insert recent clipboard contents into the text.

选择和插入最近剪切的内容到文本中


Use Refactor | Copy to create a class which is a copy of the selected class. This can be useful, for example, when you need to create a class which has much in common with some existing class and it's not feasible to put the shared functionality in a common superclass.

使用重构|复制创建一个类,该类是所选类的副本。这可能很有用,例如,当你需要创建一个与某些现有类有很多共同点的类,并且不能将共享的功能放在一个公共的超类中时。


 

 

转载地址:http://jfqen.baihongyu.com/

你可能感兴趣的文章
Android 编译(1)——Android编译步骤梳理
查看>>
编译器配置(1)——ARMv7,ARMv8(AArch64) 浮点配置等相关知识
查看>>
RK3399 OV13850摄像头配置
查看>>
Android 编译(2)——jack-server相关问题
查看>>
网络服务(2)——以太网配置IPV4和IPV6
查看>>
网络服务(3)——以太网phy的识别加载(RK3399)
查看>>
网络服务(5)——usb网卡名称修改(RK3399 Ubuntu)
查看>>
行业观察与理解-互联网巨幕下各行业的现状和发展
查看>>
数据结构与算法大全
查看>>
稳定排序和不稳定排序
查看>>
句柄泄露与CloseHandle()
查看>>
一些笔记
查看>>
SVN的安装和使用
查看>>
APP测试点分析
查看>>
JDK安装过程中出现“javac不是内部或外部命令”问题的解决
查看>>
Git使用教程
查看>>
APT使用指南
查看>>
adb介绍
查看>>
Android lint相关
查看>>
WebDriver介绍
查看>>