功能比较全的vim java开发插件

shrek 2011-10-25
包括智能补全,编译,运行, 调试, 等等
需要python+jdk 才能运行.

新增了用户手册,功能也是大量更新( 2012-05-10)
http://vim-sztool.googlecode.com/files/SzTools.pdf
http://code.google.com/p/vim-sztool/
Aaron5 2011-11-10
安装出错。。。
处理 C:\Program Files\Vim\vim73\plugin\NerdTree_extra.vim 
时发生错误:

第    4 行:

E117: Unknown function: NERDTreeAddKeyMap

第    9 行:

E117: Unknown function: NERDTreeAddKeyMap

第   14 行:

E117: Unknown function: NERDTreeAddKeyMap

第   19 行:

E117: Unknown function: NERDTreeAddKeyMap

第   24 行:

E117: Unknown function: NERDTreeAddKeyMap

处理 function RunSzPyfile 时发生错误:

第    1 行:

Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "c:\Program Files\vim\vimfiles\sztools/python/tree.py", 
line 6, in <module>

    from jde import ProjectManager

  File "c:\Program Files\vim\vimfiles\sztools\python\jde.py", line
shrek 2011-11-11
有没有python环境? 有没有安装NerdTree插件? NerdTree_extra.vim 是用来扩展Nerdtree的(加上了移动复制粘贴删除文件的功能), 如果没有 NerdTree插件可以把这个文件删除掉.
Aaron5 2011-11-14
Python2.72版本的已经安装。也安装好了NerdTree插件,可是还是报错。
处理 function RunSzPyfile 时发生错误:

第    1 行:

Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "c:\Program Files\vim\vimfiles\sztools/python/tree.py", 
line 6, in <module>

    from jde import ProjectManager

  File "c:\Program Files\vim\vimfiles\sztools\python\jde.py", line


shrek 2011-11-16
看看是不是g:sztool_home变量没设 , 另外你贴的出错信息不够全,应该下面还有更详细的信息
longhong 2011-11-19
自动补全功能准确吗?
longhong 2011-11-19
在已有eclipse项目下打开vim,执行Jdext时报错

Error detected while processing function Jdext:
line   48:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/dragons/.vim/sztools/python/jde.py", line 124, in projectOpen
    Talker.projectOpen(classPathXml)
  File "/home/dragons/.vim/sztools/python/jde.py", line 323, in projectOpen
    data = Talker.send(params)
  File "/home/dragons/.vim/sztools/python/common.py", line 570, in send
    s.connect((HOST, PORT))
  File "<string>", line 1, in connect
socket.error: [Errno 111] Connection refused
longhong 2011-11-19
自动补全时报
Error detected while processing function FuzzyCompletion:
line    1:
Traceback (most recent call last):
Press ENTER or type command to continue
Error detected while processing function FuzzyCompletion:
line    1:
  File "<string>", line 1, in <module>
shrek 2011-11-22
  类的成员补全, 类名补全基本准确, 目前只能支持gvim的, vim不支持. 执行Jdext时(或Shext)时会启动一个独立的Agent进程用来做补全编译和任务运行的服务端, 在托盘区会有个图标的, 如果agent没运行,jdext基本功能都不能用.第一个连接错误是这个agent没能跑起来出错的.

  第二个出错的也不是java补全调用的函数, 在启动jde后, 编辑java文件时,应该用<ctrl-x><ctrl-o>来调用(omni补全). 如果装了supertab, 可以直接按<tab>
longhong 2011-11-23
兄弟,方不方便介绍下怎样安装使用...
我在网上找了个jade,启动它也报错
Global site tag (gtag.js) - Google Analytics