zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    第04组 Beta版本演示
    第04组 Beta冲刺(5/5)
    第04组 Beta冲刺(4/5)
    第04组 Beta冲刺(3/5)
    第04组 Beta冲刺(2/5)
    第04组 Beta冲刺(1/5)
    第04组 Alpha事后诸葛亮
    第04组 Alpha冲刺(6/6)
    第04组 Alpha冲刺(5/6)
    mybatis Example 使用方法
  • 原文地址:https://www.cnblogs.com/feiqiangsheng/p/11917793.html
Copyright © 2011-2022 走看看