|
1 | 1 | [//]: # (title: IDEs for Kotlin development)
|
2 |
| -[//]: # (description: JetBrains provides Kotlin plugin support for IntelliJ IDEA, Fleet, and Android Studio. Eclipse has the community supported Kotlin plugin.) |
| 2 | +[//]: # (description: JetBrains provides official Kotlin IDE support for IntelliJ IDEA, Fleet, and Android Studio.) |
3 | 3 |
|
4 |
| -JetBrains provides the official Kotlin plugin for [IntelliJ IDEA](#intellij-idea), [JetBrains Fleet](#fleet), and [Android Studio](#android-studio). |
| 4 | +JetBrains provides the official Kotlin support for the following IDEs and code editors: |
| 5 | +[IntelliJ IDEA](#intellij-idea), [JetBrains Fleet](#fleet), and [Android Studio](#android-studio). |
5 | 6 |
|
6 |
| -Other IDEs and code editors, such as [Eclipse](#eclipse), Visual Studio Code, and Atom, have Kotlin community-supported plugins. |
| 7 | +Other IDEs and code editors only have Kotlin community-supported plugins. |
7 | 8 |
|
8 | 9 | ## IntelliJ IDEA
|
9 | 10 |
|
10 |
| -[IntelliJ IDEA](https://www.jetbrains.com/idea/download/) is an IDE for JVM languages designed to maximize developer productivity. |
11 |
| -It does the routine and repetitive tasks for you by providing clever code completion, static code analysis, and refactorings, |
12 |
| -and lets you focus on the bright side of software development, making it not only productive but also an enjoyable experience. |
| 11 | +[IntelliJ IDEA](https://www.jetbrains.com/idea/download/) is an IDE designed for JVM languages, such as Kotlin and Java, |
| 12 | +to maximize developer productivity. |
| 13 | +It does the routine and repetitive tasks for you by providing clever code completion, static code analysis, and refactorings. |
| 14 | +It lets you focus on the bright side of software development, making it not only productive but also an enjoyable experience. |
13 | 15 |
|
14 |
| -Kotlin plugin is bundled with each IntelliJ IDEA release. |
| 16 | +The Kotlin plugin is bundled with each IntelliJ IDEA release. |
| 17 | +Each IDEA release introduces new features and upgrades that improve the experience for Kotlin developers in the IDE. |
| 18 | +See [What's new in IntelliJ IDEA](https://www.jetbrains.com/idea/whatsnew/) for the latest updates and improvements for Kotlin. |
15 | 19 |
|
16 | 20 | Read more about IntelliJ IDEA in the [official documentation](https://www.jetbrains.com/help/idea/discover-intellij-idea.html).
|
17 | 21 |
|
18 | 22 | ## Fleet
|
19 | 23 |
|
20 |
| -> JetBrains Fleet is currently in Public Preview, and at this stage it is free to use. |
| 24 | +> JetBrains Fleet is currently in Public Preview. At this stage it is free to use. |
21 | 25 | >
|
22 | 26 | {type="note"}
|
23 | 27 |
|
@@ -45,13 +49,14 @@ Read more about Android Studio in the [official documentation](https://developer
|
45 | 49 |
|
46 | 50 | ## Eclipse
|
47 | 51 |
|
48 |
| -[Eclipse](https://eclipseide.org/release/) is an IDE that is used to develop applications in different programming languages, including Kotlin. |
49 |
| -Eclipse also has the Kotlin plugin: originally developed by JetBrains, now the Kotlin plugin is supported by the Kotlin community contributors. |
| 52 | +[Eclipse](https://eclipseide.org/release/) allows developers to write their applications in different programming languages, |
| 53 | +including Kotlin. It also has the Kotlin plugin: originally developed by JetBrains, |
| 54 | +now the Kotlin plugin is supported by the Kotlin community contributors. |
50 | 55 |
|
51 |
| -You can install the [Kotlin plugin manually from the Eclipse Marketplace](https://marketplace.eclipse.org/content/kotlin-plugin-eclipse). |
| 56 | +You can install the [Kotlin plugin manually from the Marketplace](https://marketplace.eclipse.org/content/kotlin-plugin-eclipse). |
52 | 57 |
|
53 | 58 | The Kotlin team manages the development and contribution process to the Kotlin plugin for Eclipse.
|
54 |
| -If you want to contribute to the plugin, send a pull request to the [Kotlin for Eclipse repository on GitHub](https://github.com/Kotlin/kotlin-eclipse). |
| 59 | +If you want to contribute to the plugin, send a pull request to its [repository on GitHub](https://github.com/Kotlin/kotlin-eclipse). |
55 | 60 |
|
56 | 61 | ## Compatibility with the Kotlin language versions
|
57 | 62 |
|
|
0 commit comments