美文网首页软件快捷键学习资料IDEA使用技巧收藏
IDEA快捷键拆解系列(二):File篇

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

作者: happyJared | 来源:发表于2018-03-15 17:04 被阅读25次

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

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

    • File
      1. New
        • Project ( 新建项目 )
        • Project from Existing Sources ( 从本地导入项目,包括Eclipse、Maven、Gradle项目等 )
        • Project from Version Control ( 版本控制,含以下五种版本管理系统 )
          1. GitHub
          2. Git
          3. Mercurial
          4. Subversion
          5. TFS

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

        • Java Class
        • Aspect
        • File
        • Scratch File Ctrl + 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配置文件 )
          1. JSP Tag Library Descriptor ( JSP标签库描述 )
          2. Spring Config ( Spring配置文件 )
        • Diagram ( 图表建模 )
          1. Java Class Diagram
          2. Module Dependencies
        • Google Guice ( 谷歌开源的一款依赖注入框架 )
          1. Guice Module
          2. Guice Provider
          3. Guice Binding Annotation
          4. Guice Scope Annotation
          5. Guice Method Interceptor

        • Data Source ( 数据源 )
      2. Open( 从本地打开 )
      3. Open URL( 通过URL打开 )
      4. Open Recent... ( 选择最近的项目打开 )
      5. Close Project ( 关闭项目,回到欢迎界面 )

      1. Settings ( 设置 ) Ctrl + Alt + S
      2. Project Structure ( 项目结构 ) Ctrl + Alt + Shift + S
      3. Other Settings ( 其它配置 )
        • Default Settings ( 默认设置 )
        • Default Project Structure ( 默认项目结构 )

      1. Import Settings
      2. Export Settings
      3. Export to Eclipse ( 导出Eclipse项目 )
      4. Settings Repository

      1. Save All Ctrl + S
      2. Synchronized Ctrl + Alt + Y
      3. Invalidate Caches/Restart ( 清除项目索引缓存 )

      1. Export to HTML
      2. Print
      3. Add Favorites...
      4. File Encoding ( 设置文件编码 )
      5. Line Separators... ( 设置行分隔符 )
      6. Make File Read-only

      1. Power Save Mode

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

    IDEA快捷键拆解系列(前言)
    IDEA快捷键拆解系列(一)
    IDEA快捷键拆解系列(二):File篇
    IDEA快捷键拆解系列(三):Edit篇
    IDEA快捷键拆解系列(四):View篇
    IDEA快捷键拆解系列(五):Navigate篇
    IDEA快捷键拆解系列(六):Code篇
    IDEA快捷键拆解系列(七):Analyze篇
    IDEA快捷键拆解系列(八):Refactor篇
    IDEA快捷键拆解系列(九):Build篇
    IDEA快捷键拆解系列(十):Run篇
    IDEA快捷键拆解系列(十一):Tools篇
    IDEA快捷键拆解系列(十二):VCS篇
    IDEA快捷键拆解系列(十三):Window篇
    IDEA快捷键拆解系列(十四):Help篇
    IDEA快捷键拆解系列(十五):经验篇
    IDEA快捷键拆解系列(十六):插件篇
    IDEA快捷键拆解系列(十七):Debug篇
    IDEA快捷键拆解系列(十八):Live Templates篇
    IDEA快捷键拆解系列(十九):Postfix篇
    IDEA快捷键拆解系列(后记)

    相关文章

      网友评论

      • 闫松林:出一个vim模式的教程把,加上vim就可以彻底放弃鼠标了
        happyJared:@SJ_6314 基本已放弃鼠标,偶用触摸板辅助,vim偶尔在用但不算熟练,等你出教程啦

      本文标题:IDEA快捷键拆解系列(二):File篇

      本文链接:https://www.haomeiwen.com/subject/qnmhqftx.html