IDEA快捷键拆解系列(二):File篇

这是IDEA快捷键拆解系列的第二篇。

  以下是关于File导航项及其每一子项的拆解,其中,加粗部分的选项是博主认为比较重要的。

*File

New

Project ( 新建项目 )

Project from Existing Sources ( 从本地导入项目,包括Eclipse、Maven、Gradle项目等 )

Project from Version Control ( 版本控制,含以下五种版本管理系统 )

GitHub

Git

Mercurial

Subversion

TFS

Module( 新建子模块 )

Module from Existing Sources ( 从本地导入模块,包括Eclipse、Maven、Gradle项目等 )

Java Class

Aspect

File

Scratch FileCtrl + Alt + Shift + Insert

Directory

FXML File

package-info.java

HTML File

Styleshoot

JavaScript File

TypeScript File

CFML/CFC file

CoffeeScript File

JavaFXApplication

Singleton ( 新建单例类( 饿汉模式 ))

XSLT Stylesheet

Edit File Templates ( 编辑文件模板 )

GUI Form ( Swing开发中,用于快速创建GUI表单类 )

Dialog ( Swing开发中,用于创建GUI对话类 )

Form Snapshot

Resource Bundle

XML Configuration File ( 创建XML配置文件 )

JSP Tag Library Descriptor ( JSP标签库描述 )

Spring Config ( Spring配置文件 )

Diagram ( 图表建模 )

Java Class Diagram

Module Dependencies

Google Guice ( 谷歌开源的一款依赖注入框架 )

Guice Module

Guice Provider

Guice Binding Annotation

Guice Scope Annotation

Guice Method Interceptor

Data Source ( 数据源 )

Open( 从本地打开 )

Open URL( 通过URL打开 )

Open Recent... ( 选择最近的项目打开 )

Close Project ( 关闭项目,回到欢迎界面 )

Settings ( 设置 )Ctrl + Alt + S

Project Structure  ( 项目结构 )Ctrl + Alt + Shift + S

Other Settings ( 其它配置 )

Default Settings ( 默认设置 )

Default Project Structure ( 默认项目结构 )

Import Settings

Export Settings

Export to Eclipse ( 导出Eclipse项目 )

Settings Repository

Save AllCtrl + S

SynchronizedCtrl + Alt + Y

Invalidate Caches/Restart ( 清除项目索引缓存 )

Export to HTML

Print

Add Favorites...

File Encoding ( 设置文件编码 )

Line Separators... ( 设置行分隔符 )

Make File Read-only

Power Save Mode

Exit ( 直接关闭所有的IDEA项目,跟Close Project的区别是不会再回到欢迎界面,可使用快捷键Alt + F4一个个的关闭 )

你可能感兴趣的:(IDEA快捷键拆解系列(二):File篇)