intellij-kotlin

所属分类:嵌入式/单片机/硬件编程
开发工具:kotlin
文件大小:34834KB
下载次数:0
上传日期:2022-05-16 06:05:34
上 传 者sh-1993
说明:  Kotlin编程语言的IntelliJ IDEA插件
(IntelliJ IDEA plugin for the Kotlin programming language)

文件列表:
.editorconfig (1453, 2022-05-16)
.idea (0, 2022-05-16)
.idea\anchors.xml (1376, 2022-05-16)
.idea\ant.xml (449, 2022-05-16)
.idea\artifacts (0, 2022-05-16)
.idea\artifacts\KotlinPluginCommunity.xml (14289, 2022-05-16)
.idea\artifacts\KotlinPluginCommunityFir.xml (13965, 2022-05-16)
.idea\artifacts\KotlinPluginCommunity_zip.xml (444, 2022-05-16)
.idea\codeInsightSettings.xml (1288, 2022-05-16)
.idea\codeStyleSettings.xml (13046, 2022-05-16)
.idea\codeStyles (0, 2022-05-16)
.idea\codeStyles\Project.xml (16868, 2022-05-16)
.idea\codeStyles\codeStyleConfig.xml (142, 2022-05-16)
.idea\compiler.xml (3692, 2022-05-16)
.idea\copyright (0, 2022-05-16)
.idea\copyright\apache_2_license.xml (472, 2022-05-16)
.idea\copyright\profiles_settings.xml (263, 2022-05-16)
.idea\encodings.xml (220, 2022-05-16)
.idea\externalDependencies.xml (542, 2022-05-16)
.idea\fileColors.xml (62, 2022-05-16)
.idea\fileTemplates (0, 2022-05-16)
.idea\fileTemplates\code (0, 2022-05-16)
.idea\fileTemplates\code\I18nized Concatenation.java (89, 2022-05-16)
.idea\fileTemplates\code\I18nized Expression.java (45, 2022-05-16)
.idea\fileTemplates\code\New Kotlin Function Body.kt (23, 2022-05-16)
.idea\fileTemplates\code\New Kotlin Property Initializer.kt (23, 2022-05-16)
.idea\fileTemplates\code\New Kotlin Secondary Constructor Body.kt (0, 2022-05-16)
.idea\fileTemplates\includes (0, 2022-05-16)
.idea\fileTemplates\includes\File Header.java (0, 2022-05-16)
.idea\fileTemplates\internal (0, 2022-05-16)
.idea\fileTemplates\internal\Class.java (132, 2022-05-16)
.idea\gant_config.xml (197, 2022-05-16)
.idea\gradle.xml (993, 2022-05-16)
.idea\icon.png (2758, 2022-05-16)
.idea\inspectionProfiles (0, 2022-05-16)
.idea\inspectionProfiles\idea_default.xml (201837, 2022-05-16)
... ...

# Repository status As of Intellij IDEA 2021.2, the Kotlin plugin sources have been merged into [Intellij](https://github.com/JetBrains/intellij-community) repository. This repository is now archived, see the repository from [Intellij Community](https://github.com/JetBrains/intellij-community/tree/master/plugins/kotlin) for the up-to-date version. # Kotlin plugin [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) Kotlin plugin is an IntelliJ IDEA plugin for the [Kotlin programming language](https://kotlinlang.org/). ## Contents 1. [Set up instructions](#1-set-up-instructions) 2. [Frequently Asked Questions](#2-frequently-asked-questions) ## 1. Set up instructions ### 1.1. Requirements - [IntelliJ IDEA](https://jetbrains.com/idea/download) Community or Ultimate, 2020.3 or later - [Kotlin Plugin](https://plugins.jetbrains.com/plugin/6954-kotlin), 1.4.21 or later ### 1.2. Clone required repositories Clone the Kotlin IDE plugin repository: ```bash git clone https://github.com/JetBrains/intellij-kotlin.git ``` Clone the IDEA Community repository to the `intellij/` subdirectory: ```bash cd intellij-kotlin git clone https://github.com/JetBrains/intellij-community.git intellij ``` NOTE. You should not try symlinks unless [IDEA-255777](https://youtrack.jetbrains.com/issue/IDEA-255777) is fixed. ### 1.3. Follow IntelliJ set up instructions Follow the [set up instructions in IntelliJ Community](https://github.com/JetBrains/intellij-community/blob/master/README.md). You need to set up multiple JDKs and possibly attach `tools.jar` from the JDK distribution to some of them. Set a higher value for build process heap memory size. Use the "Build process heap size (MBytes)" text field instead of more generic "VM options" (shared or user-local). `3000` or `4000` megabytes should work well. Check the "Compile independent modules in parallel" option, or the project will take ages to build. ### 1.4. Build the project Now you should be able to open and build the project. Use the provided "IDEA" build configuration to run an IntelliJ IDEA instance with your modifications to the Kotlin plugin. ## 2. Frequently Asked Questions Q. How can I contribute to the Kotlin IDEA plugin? A. We accept Pull Requests. Please read our [contribution guide](CONTRIBUTING.md) for more information. Q. Kotlin IDEA plugin sources are used to be inside the [JetBrains/kotlin](https://github.com/JetBrains/kotlin) repository. What happened? A. We decided to split release cycles for the Kotlin compiler and the IDEA plugin. Now, the majority of new features will arrive together with updates of IntelliJ IDEA. Q. But the plugin sources are still in [JetBrains/kotlin](https://github.com/JetBrains/kotlin). A. Code transition is in progress. We will delete the IDE plugin sources from the old repository when we decide it is a good time to do so. Q. What will happen with Pull Requests submitted to the [JetBrains/kotlin](https://github.com/JetBrains/kotlin) repository? A. We will process all existing PRs and replicate commits in the new repository. However, all new PRs to the Kotlin IDEA plugin code should be done only in this repository. ## 3. License Kotlin is distributed under the terms of the Apache License (Version 2.0). See [license folder](license/README.md) for details.

近期下载者

相关文件


收藏者