文件名称:Android代码-把 IntelliJ 的自动完成算法填到 Vim 中。
文件大小:77KB
文件格式:ZIP
更新时间:2022-08-27 03:58:56
Android代码
IntelliJ as a Service Make IntelliJ as a Java server that does autocompletion for Vim. This is not an official Google product (i.e. a 20% project). Installation git clone. Import project into IntelliJ. Use Gradle plugin. Run gradle buildPlugin. It creates build/distributions/ijaas-*.zip at the git root dir. (You can pass -Pintellij.version=IC-2017.2.6 to specify the IntelliJ version.) Select "File" menu and click "Settings...". In "Plugins" menu, click "Install plugin from disk..." button. Choo
【文件预览】:
ijaas-master
----gradlew.bat(2KB)
----gradlew(5KB)
----KNOWN_ISSUES.md(692B)
----resources()
--------META-INF()
----LICENSE(11KB)
----gradle()
--------wrapper()
----CONTRIBUTING.md(969B)
----src()
--------com()
----vim()
--------autoload()
--------ftplugin()
----.gitignore(48B)
----README.md(1KB)
----build.gradle(1KB)