vim for android,GitHub - hsanson/vim-android: Android development plugin for vim

What is this?

This plugin provides functions for development of Gradle based projects. It also provides functions to support Android projects.

Installation Start

Install the plugin using your favorite plugin manager (e.g. NeoBundle):

NeoBundle "hsanson/vim-android"

If you have a gradle wrapper script (e.g gradlew or gradlew.bat) in your project root directory or if you have gradle in your PATH environment, then you are good to go. If you prefer to setup a specific gradle version then you need to set g:gradle_path to the absolute path where gradle is installed:

let g:gradle_path = /path/to/gradle/folder

this results in the plugin using the gradle binary located at:

/path/to/gradle/folder/bin/gradle

If you are working in an Android project then set the g:android_sdk_path with the absolute path where the android sdk is installed:

let g:android_sdk_path = /path/to/android-sdk

Usage

Open a java, kotlin or xml source file and this plugin will automatically kick in and perform some tasks:

Execute a custom vim gradle task to inspect the project and extract dependencies, project names, and android sdk versions.

Set CLASSPATH environment variable with the JAR dependencies of the project and the Android SDK jar.

Set SRCPATH environment variables with the project source sets.

Create Gradle and Android commands that can be used to invoke gradle tasks.

Once the plugin finishes loading the Gradle command becomes available to use:

:Gradle

If the project is also an Android project then the android command also becomes available:

:Android

Customizing Status Line

Using the Fantasque Sans font patched with the Nerd Fonts these are the status line glyphs I use in my own configuration:

vim-android-conf.png?raw=true

Combined with the ligthline plugin my status line looks like the following screen:

vim-android-status.png?raw=true

Features

Automatically detect if file belongs to an android project when opening a java, kotlin or xml file.

Adds custom tasks to gradle build using Init scripts.

Updates the CLASSPATH environment variable with all jar and class files for the target Android API and gradle dependencies.

Updates the SRCPATH environment variable to include the current project source path and any other dependency source files available.

Sets custom gradle vim compiler.

Sets an extensive errorformat that captures java errors, kotlin errors, linter errors, test errors, aapt errors and adds them to the qflist.

Adds commands to build and install APK files in one or all devices/emulators present.

Adds commands to generate tag files for the Android SDK as well as your Android application.

Improved XML omnicompletion for android resource and manifest files. Thanks to Donnie West.

Customizable status line method that can be integrated with status line plugins (e.g. airline)

Details

Refer to the doc/vim-android.txt file for details on usage and configuration of this plugin.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值