Skip to content

Commit d197f8b

Browse files
authored
update: update the description of official IDEs for Kotlin (#4269)
* update: update the description of official IDEs for Kotlin * update: suggestions for SEO
1 parent 5684468 commit d197f8b

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

docs/topics/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Kotlin has full out-of-the-box support in [IntelliJ IDEA](https://www.jetbrains.
7676
[Android Studio](https://developer.android.com/kotlin/get-started), and [JetBrains Fleet](https://www.jetbrains.com/help/fleet/getting-started-with-kotlin-in-fleet.html)
7777
with an official Kotlin plugin developed by JetBrains.
7878

79-
Other IDEs and code editors, such as Eclipse, Visual Studio Code, and Atom, have Kotlin community-supported plugins.
79+
Other IDEs and code editors only have Kotlin community-supported plugins.
8080

8181
You can also try [Kotlin Playground](https://play.kotlinlang.org) for writing, running, and sharing
8282
Kotlin code in your browser.

docs/topics/kotlin-ide.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
[//]: # (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.)
33

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).
56

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.
78

89
## IntelliJ IDEA
910

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.
1315

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.
1519

1620
Read more about IntelliJ IDEA in the [official documentation](https://www.jetbrains.com/help/idea/discover-intellij-idea.html).
1721

1822
## Fleet
1923

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.
2125
>
2226
{type="note"}
2327

@@ -45,13 +49,14 @@ Read more about Android Studio in the [official documentation](https://developer
4549

4650
## Eclipse
4751

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.
5055

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).
5257

5358
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).
5560

5661
## Compatibility with the Kotlin language versions
5762

0 commit comments

Comments
 (0)