From 75c4a2b52de4c0467713c77aa2c8c651ed6133e2 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 13 Dec 2015 05:43:11 +0400 Subject: [PATCH] Doc about auto completion. --- idea-plug-in/index.html | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/idea-plug-in/index.html b/idea-plug-in/index.html index f3c58c6..6c19fc1 100644 --- a/idea-plug-in/index.html +++ b/idea-plug-in/index.html @@ -89,6 +89,7 @@ The Kobalt IDEA plug-in offers the following features:

Synchronization of build files

@@ -145,16 +146,41 @@ dependencies {

-

Source code and bug reports

+

Auto completion of Build.kt

- The source code can be found on github. - If you need to report a bug, please make sure you include the log file, which you can find under - the "Help" menu: + The plug-in will automatically turn on auto-completion of your Build.kt + file if it's located in the kobalt/src directory. Once this is + enabled, you can use everything you use on Kotlin files (auto completion, jump + to symbols, even refactorings).

-

- +

+ The plug-in also understands the plugins() directive:

- + + +

Source code and bug reports

+

+ The source code can be found on github. + If you need to report a bug, please make sure you include the log file, which you can find under + the "Help" menu: +

+

+ +

+