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.

  • 相关阅读:
    Linux文件目录结构一览表
    Linux一切皆文件(包含好处和弊端)
    Linux使用注意事项(新手必看)
    为什么建议使用虚拟机来安装Linux?
    开发中出现的问题
    为什么很多公司都在招测试开发?
    Linux cat查看文件,查找关键字(grep),统计(wc -l)
    性能测试
    Linux的感性理解
    使用Python循环插入10万数据
  • 原文地址:https://www.cnblogs.com/feiqiangsheng/p/11917793.html
Copyright © 2011-2022 走看看