欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
IntelliJ IDEA
来自开放百科 - 灰狐
(版本间的差异)
(以“{{SeeWikipedia}} IntelliJ IDEA 被公认为是当前 Java 开发效率最快的IDE工具,由捷克软件公司JetBrains在2001年1月时推出最初版。目...”为内容创建页面) |
小 (→链接) |
||
(未显示1个用户的29个中间版本) | |||
第2行: | 第2行: | ||
IntelliJ IDEA 被公认为是当前 [[Java]] 开发效率最快的IDE工具,由捷克软件公司JetBrains在2001年1月时推出最初版。目前,已推出开源 (Apache V2) 的社区版。 | IntelliJ IDEA 被公认为是当前 [[Java]] 开发效率最快的IDE工具,由捷克软件公司JetBrains在2001年1月时推出最初版。目前,已推出开源 (Apache V2) 的社区版。 | ||
+ | |||
+ | ==版本== | ||
+ | *Ultimate Edition | ||
+ | *Community Edition | ||
+ | [http://www.jetbrains.com/idea/features/editions_comparison_matrix.html IntelliJ IDEA Editions Comparison] | ||
==功能== | ==功能== | ||
+ | |||
+ | ==产品== | ||
+ | *[[YouTrack]] | ||
+ | |||
+ | ==Platform== | ||
+ | *[http://www.jetbrains.org/pages/viewpage.action?pageId=983889 What is the IntelliJ Platform?] | ||
+ | *[https://github.com/JetBrains/intellij-community IntelliJ IDEA Community Edition] | ||
+ | *[https://github.com/JetBrains/intellij-plugins IntelliJ Plugins] | ||
+ | *[https://github.com/JetBrains/intellij-sdk-docs IntelliJ Platform SDK Documentation] | ||
==语言== | ==语言== | ||
+ | ===Kotlin=== | ||
+ | 支持[[Kotlin]] | ||
− | == | + | ===Python=== |
+ | [[PyCharm]] | ||
+ | |||
+ | ===PHP=== | ||
+ | *[https://www.jetbrains.com/phpstorm/ PhpStorm 30天试用] | ||
+ | *[https://github.com/damao/Intellij-IDEA-F2E Intellij IDEA / PHPStorm / WebStorm Front End Engineer Guide (中文)] | ||
+ | |||
+ | ===XML=== | ||
+ | |||
+ | ===Scala=== | ||
+ | [https://github.com/JetBrains/intellij-scala Scala Plugin for IntelliJ IDEA] 支持 [[Scala]], [[sbt|SBT]], SSP, HOCON and [[Play_framework|Play 2]]. | ||
+ | |||
+ | ===Clojure=== | ||
+ | *[https://github.com/JetBrains/la-clojure Clojure plugin for IntelliJ IDEA] | ||
+ | *[https://cursiveclojure.com/ Cursive is the Clojure IDE built on IntelliJ] | ||
+ | |||
+ | ===Haskell=== | ||
+ | [https://github.com/rikvdkleij/intellij-haskell IntelliJ plugin for Haskell] | ||
+ | |||
+ | ===Erlang=== | ||
+ | *[https://github.com/ignatov/intellij-erlang Erlang IDE (IntelliJ-based) ] | ||
+ | *[http://plugins.jetbrains.com/plugin/?pluginId=7083 Erlang Plugin] | ||
+ | |||
+ | ===Lisp=== | ||
+ | [[Lisp]] | ||
+ | |||
+ | ===Fortran=== | ||
+ | [[Fortran]] | ||
+ | |||
+ | ==Vim== | ||
+ | [https://github.com/JetBrains/ideavim ideavim] [[Vim]] emulation plug-in for IDEs based on the IntelliJ platform. | ||
+ | |||
+ | ==Emacs== | ||
+ | [https://github.com/JetBrains/emacs4ij emacs4ij] Implementation of [[Emacs]] Lisp and runtime environment for IntelliJ Platform | ||
+ | |||
+ | ==应用== | ||
+ | *Google [[Android Studio]] 基于 IntelliJ IDEA 构建。 | ||
==图集== | ==图集== | ||
+ | <gallery> | ||
+ | image:IntelliJ-IDEA-Apache-Usergrid.png|Usergrid | ||
+ | image:CLion-Environment-Configure.png|CLion环境配置 | ||
+ | image:MinGW-Installation-Manager.png|MinGW安装管理器 | ||
+ | </gallery> | ||
==链接== | ==链接== | ||
*[http://www.jetbrains.com/idea/ IntelliJ IDEA官网] | *[http://www.jetbrains.com/idea/ IntelliJ IDEA官网] | ||
− | *[https://github.com/JetBrains/intellij-community IntelliJ IDEA Community Edition] | + | *[http://www.jetbrains.org/ JetBrains.org] |
+ | *[https://github.com/JetBrains/intellij-community IntelliJ IDEA Community Edition @ GitHub] | ||
+ | *[http://www.ideacolorthemes.org/ Themes for InteliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm and AppCode.] | ||
[[category:java]] | [[category:java]] | ||
+ | [[category:scala]] | ||
+ | [[category:erlang]] | ||
[[category:IDE]] | [[category:IDE]] | ||
+ | [[category:IDEX]] | ||
+ | [[category:IDEA]] | ||
+ | [[category:huihoo]] |
2018年2月8日 (四) 00:55的最后版本
您可以在Wikipedia上了解到此条目的英文信息 IntelliJ IDEA Thanks, Wikipedia. |
IntelliJ IDEA 被公认为是当前 Java 开发效率最快的IDE工具,由捷克软件公司JetBrains在2001年1月时推出最初版。目前,已推出开源 (Apache V2) 的社区版。
目录 |
[编辑] 版本
- Ultimate Edition
- Community Edition
IntelliJ IDEA Editions Comparison
[编辑] 功能
[编辑] 产品
[编辑] Platform
- What is the IntelliJ Platform?
- IntelliJ IDEA Community Edition
- IntelliJ Plugins
- IntelliJ Platform SDK Documentation
[编辑] 语言
[编辑] Kotlin
支持Kotlin
[编辑] Python
[编辑] PHP
[编辑] XML
[编辑] Scala
Scala Plugin for IntelliJ IDEA 支持 Scala, SBT, SSP, HOCON and Play 2.
[编辑] Clojure
[编辑] Haskell
[编辑] Erlang
[编辑] Lisp
[编辑] Fortran
[编辑] Vim
ideavim Vim emulation plug-in for IDEs based on the IntelliJ platform.
[编辑] Emacs
emacs4ij Implementation of Emacs Lisp and runtime environment for IntelliJ Platform
[编辑] 应用
- Google Android Studio 基于 IntelliJ IDEA 构建。
[编辑] 图集
[编辑] 链接
分享您的观点