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.

  • 相关阅读:
    python 赋值操作的知识点
    python while循环语句
    python dict遍历
    python列表的切片操作
    Python做下载器需要掌握哪些
    BeautifulSoup已经安装,但仍提示No module named
    python 列表循环输出中文
    python 字符串split (string split)
    python 调用解释器
    分享python字符串去除空格的知识点
  • 原文地址:https://www.cnblogs.com/feiqiangsheng/p/11917793.html
Copyright © 2011-2022 走看看