Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Kotlin | 45,919 | 4,172 | 5,716 | 2 hours ago | 203 | July 05, 2023 | 169 | Kotlin | ||
The Kotlin Programming Language. | ||||||||||
Translationplugin | 10,403 | 7 days ago | 49 | mit | Kotlin | |||||
Translation plugin for IntelliJ based IDEs/Android Studio. | ||||||||||
Intellij Rust | 4,501 | 9 days ago | 1,847 | mit | Kotlin | |||||
Rust plugin for the IntelliJ Platform | ||||||||||
Androidwifiadb | 4,071 | 4 years ago | 23 | apache-2.0 | Java | |||||
IntelliJ/AndroidStudio plugin which provides a button to connect your Android device over WiFi to install, run and debug your applications without a USB connected. | ||||||||||
Awesome Intellij Idea | 3,113 | 3 months ago | 6 | mit | ||||||
收集一些 Intellij IDEA 的一些技巧 | ||||||||||
Lombok Intellij Plugin | 3,104 | 16 days ago | 179 | bsd-3-clause | Java | |||||
Lombok Plugin for IntelliJ IDEA | ||||||||||
Intellij Key Promoter X | 2,973 | 2 months ago | 10 | bsd-3-clause | Java | |||||
Modern IntelliJ plugin to learn shortcuts for buttons | ||||||||||
Jsontokotlinclass | 2,750 | 10 months ago | 2 | August 13, 2022 | 34 | gpl-3.0 | Kotlin | |||
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin ) | ||||||||||
Intellij Platform Plugin Template | 2,458 | a month ago | 9 | apache-2.0 | Kotlin | |||||
Template repository for creating plugins for IntelliJ Platform | ||||||||||
Android Material Design Icon Generator Plugin | 2,410 | 5 years ago | 16 | apache-2.0 | Java | |||||
This plugin help you to set material design icon to your project. |
An IntelliJ plugin for Flutter development. Flutter is a multi-platform app SDK to help developers and designers build modern apps for iOS, Android and the web.
Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times, without losing state, on emulators, simulators, and hardware for iOS and Android.
A brief summary of the getting started guide:
flutter doctor
from the command line to verify your installationPreferences > Plugins
on macOS, File > Settings > Plugins
on Linux, select "Browse repositories…"Preferences
on macOS, File>Settings
on Linux, select Languages & Frameworks > Flutter
, and set
the path to the root of your flutter repoPlease use our issue tracker for Flutter IntelliJ issues.
Please note the following known issues:
https_proxy
variable in your environment as described in the
pub docs.
(See also: #2914.)If you like getting new features as soon as they've been added to the code then you might want to try out the dev channel. It is updated weekly with the latest contents from the "master" branch. It has minimal testing. Set up instructions are in the wiki's dev channel page.