Hi,
The C# plugin doesn't work. HTML and XML work and I
didn't tried Java.
I use Windows XP SP2 and Vim 6.3. Vim is installed in
"C:\Applications\Editors\Vim" and intellisense is
installed in
"C:\Applications\Editors\Vim\Intellisense". I use
version 1.3. I have the .NET framework v1.1.4322
installed in
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322".
My environment variables includes:
- VIM_INTELLISENSE=C:\Applications\Editors\Vim\Intellisense
-
Path=...;C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322;...;C:\Applications\Editors\Vim\vim63;...;C:\Applications\Editors\Vim\Intellisense\
Also, "reg.bat" had no problem running.
I have this C# File:
using System;
public Test {
public Test() {
System.String s;
s. <== I type "." here
}
}
When I type "." on the line above, those 2 files are
generated in my temp directory:
- VimHelperParam.txt:
C:/DOCUME~1/XPUser/LOCALS~1/Temp/viminsrc.tmp
s.
6:5
2004-Nov-04-20-37-11
C:/VimTest/Test.cs
GVIM
- viminsrc.tmp:
using System;
public Test {
public Test() {
System.String s;
s.
}
}
And that's all. Nothing appears. I've tried previous
versions and it didn't work either. Do you have a
solution for this? If not, maybe you could release a
version with more logging of what happens and what
doesn't work so that we could pinpoint the problem.
Thanks.
Logged In: NO
I've installed Vim under "C:\Program Files\Vim" and
installed intellisense after and it works. It seems that it
doesn't work if vim is not installed there. It would be nice
if it could work!