ijaas

Make IntelliJ as a Java server that does autocompletion for Vim.

  • 所有者: draftcode/ijaas
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

  1. git clone.
  2. Import project into IntelliJ. Use Gradle plugin.
  3. 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.)
  4. Select "File" menu and click "Settings...". In "Plugins" menu, click "Install
    plugin from disk..." button. Choose ijaas-*.zip. You can uninstall this
    plugin from this menu.
  5. Restart IntelliJ.
  6. Add "vim" directory to your runtimepath in Vim in your own way.
    (e.g. Plug "$HOME/src/ijaas/vim").

Development

If you want to isolate your development version and the current version, you
might need two clones. You can load Vim plugins conditionally by using
environment variables.

if !exists('$USE_DEV_IJAAS')
  Plug '$HOME/src/ijaas-dev/vim'
else
  Plug '$HOME/src/ijaas/vim'
endif

You can start another IntelliJ instance by using gradle runIdea. You can pass
-Dijaas.port=5801 to make the testing IntelliJ process listen on a different
port (see https://github.com/JetBrains/gradle-intellij-plugin/issues/18).
Connect to the testing IntelliJ with USE_DEV_IJAAS=1 IJAAS_PORT=5801 vim. The
ijaas vim plugin will recognize IJAAS_PORT and use that to connect to the
ijaas IntelliJ plugin.

主要指标

概览
名称与所有者draftcode/ijaas
主编程语言Java
编程语言Java (语言数: 2)
平台
许可证Apache License 2.0
所有者活动
创建于2017-11-16 15:32:15
推送于2022-03-17 23:55:00
最后一次提交2022-03-17 16:55:00
发布数0
用户参与
星数469
关注者数8
派生数16
提交数30
已启用问题?
问题数4
打开的问题数1
拉请求数7
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?