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.

  • 相关阅读:
    Oracle JET Model 数据获取与使用
    Windows 10 安装MySQL 8.0.11
    Windows安装JDK9
    Centos安装JDK
    Centos7下安装php-redis扩展及简单使用
    XAMPP开启虚拟目录
    centos7.2 环境下配置 Apache2.4 +PHP5.6+Redis+Supervisord
    CentOS 7 开放3306端口访问
    编译Apache时,如何enable所有组件
    LINUX创建www的用户组和用户,并且不允许登录权限:
  • 原文地址:https://www.cnblogs.com/feiqiangsheng/p/11917793.html
Copyright © 2011-2022 走看看