• IDEA Basics


    Reference websites

    1、IDEA Website

    IDEA introduces

    Every aspect of IntelliJ IDEA has been designed to maximize developer productivity.Together, intelligent coding assistance and ergonomic design make development not only productive but also enjoyable.

    Deep intelligence(智力)

    After IntelliJ IDEA has indexed your source code, it offers a blazing(炽热的) fast and intelligent experience by giving relevant suggestions in every context: instant(立刻的) and clever code completion, on-the-fly(动态的) code analysis, and reliable refactoring tools.

    Out-of-the-box experience

    Mission-critical(任务关键) tools such as integrated version control systems and a wide variety of supported languages and frameworks are all to hand — no plugin hassle included(无需另外安装插件).

    Smart code completion

    While the basic completion suggests names of classes, methods, fields, and keywords within the visibility scope, the smart completion suggests only those types that are expected(预期) in the current context.

    Framework-specific assistance

    While IntelliJ IDEA is an IDE for Java, it also understands and provides intelligent coding assistance for a large variety of other languages such as SQL, JPQL, HTML, JavaScript, etc., even if the language expression is injected into a String literal(文字) in your Java code.

    Productivity boosters(加速器)

    The IDE predicts your needs and automates the tedious and repetitive development tasks, so you can stay focused on the big picture.

    Developer ergonomics(人体工程学)

    In every design and implementation decision that we make, we keep in mind the risk of interrupting the developer's flow and do our best to eliminate(消除) or minimize it.The IDE follows your context and brings up(调用) the corresponding tools automatically.

    Unobtrusive(深化内隐) intelligence

    The coding assistance in IntelliJ IDEA is not about only the editor: it helps you stay productive when dealing with other aspects as well: e.g. filling a field, searching over a list of elements; accessing a tool window; or toggling a setting, etc.

  • 相关阅读:
    Azure ARM模式下VNet配置中需要注意的几点事项
    scala的传名参数
    scala中如何编写自定义的流程控制结构
    scala打印九九乘法表的5种实现
    kakfa源码编译打包
    kakfa的常用命令总结
    kafka单节点部署无法访问问题解决
    ubuntu下安装gradle
    ubuntu14.04LTS 下storm单机版安装配置
    Mybatis-Generator使用
  • 原文地址:https://www.cnblogs.com/feiqiangsheng/p/11917793.html
Copyright © 2020-2023  润新知