You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.markdown
+17-25Lines changed: 17 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -3,37 +3,29 @@ layout: page
3
3
title: Install IntelliJ Rust
4
4
---
5
5
6
-
## Getting alpha builds
6
+
## Stable builds
7
7
8
-
IntelliJ Rust is currently in the _alpha_ stage of development. When we reach some acceptable level of stability,
9
-
we publish alpha builds to the IntelliJ's main plugin [repository](https://plugins.jetbrains.com/plugin/8182).
10
-
You can download and install these builds directly from `Plugins > Browse repositories` screen in your IDE.
8
+
IntelliJ Rust is in active development, and we regularly publish new stable builds to the JetBrains plugin [repository](https://plugins.jetbrains.com/plugin/8182).
9
+
You can download and install them directly from `Settings / Preferences | Plugins | Marketplace` in your IDE.
11
10
12
-
As this is a preview release, something might go wrong. So, be brave to face some nasty bugs.
13
-
If you find one, we would very appreciate if you file an [issue](https://github.com/intellij-rust/intellij-rust/issues)
14
-
on our bugtracker or ping us on our [chat](https://gitter.im/intellij-rust/intellij-rust).
11
+
## Nightly builds
15
12
16
-
## Setting up nightly builds
17
-
18
-
In addition to preview releases, we also
19
-
ship pre-release builds of _intellij-rust_ and _intellij-toml_ in the nightly channel.
The plugin should be compatible with any Intellij based IDE like IDEA, CLion or PyCharm. Latest plugin is guranteed
38
-
to support the latest released major platform version (`2017.3` at the moment of writing), it may support some previous
39
-
or EAP versions. See `Help > About` menu for IDE version and `Settings > Plugins` menu for plugin version.
23
+
The plugin is compatible with all Intellij-based IDEs like IDEA, CLion, or PyCharm. The latest plugin version supports the latest released platform version (for example, `2019.2`).
24
+
25
+
## Bug reports and feature requests
26
+
27
+
Please use our [tracker](https://github.com/intellij-rust/intellij-rust/issues/new).
28
+
You can get there quickly right from the IDE:
29
+
call `Create New Issue` on a selected piece of code, and you'll jump to a pre-filled issue creating form.
30
+
31
+
Also feel free to ping us on [Gitter](https://gitter.im/intellij-rust/intellij-rust).
0 commit comments