Skip to content

yaohui-wyh/AwesomeKotlinPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed6c445 · Aug 22, 2022

History

47 Commits
Aug 22, 2022
Dec 8, 2021
Oct 24, 2019
Dec 8, 2021
Aug 22, 2022
Aug 22, 2022
Dec 8, 2021
Aug 22, 2022
Nov 22, 2018
Dec 8, 2021
Aug 22, 2022
Aug 22, 2022
Dec 8, 2021
Dec 8, 2021
Dec 8, 2021

Repository files navigation

IntelliJ Plugin for Awesome Kotlin

https://plugins.jetbrains.com/plugin/11357-awesome-kotlin

  • Show content from Awesome Kotlin inside IDE ToolWindow
  • Enable search / checkout Kotlin projects
  • Custom content sources & dynamic KotlinScript loading is supported

Installation

Install from repositories

  1. Settings >> Plugins >> Browse repositories...
  2. Search for "Awesome Kotlin", install & restart

Install from zip file

  1. Download zip from JetBrains Plugins Repository or from Github Releases
  2. Settings >> Plugins >> Install plugin from disk...,select the downloaded zip file in previous step then restart your idea

Plugin Development

Prerequisite

  • JDK 8u112+
  • Intellij IDEA (2016.3+)
  • Plugins Enabled: Kotlin

Build / Run

# run in sandbox
./gradlew clean runIde

# build artifact
./gradlew clean buildPlugin

Or use IDEA's Run Configuration config files, see .run/*.run.xml

Thanks