Author |
Topic |
|
JonasKje
New Member
2 Posts |
Posted - Dec 21 2011 : 11:44:24 AM
|
Is there an API for using Visual Assist as a standalone library?
The use case is that I use the Vim editor for most of my coding and I would like to lookup symbols from Visual Assist's database.
So if there was an API where I could tell Visual Assist to load a solution and then look up symbols from it, then I could implement support for that in Vim.
Is there such an API? Please, please? :)
-Jonas Kjellstr+?m
|
|
feline
Whole Tomato Software
United Kingdom
19024 Posts |
Posted - Dec 21 2011 : 12:14:08 PM
|
Unfortunately no, VA hooks quite deeply into Microsoft Visual Studio, and cannot be used without the IDE.
I used to work in Vim a lot, and found ctags to be very helpful, once I had it configured. Have you looked into this? |
zen is the art of being at one with the two'ness |
|
|
JonasKje
New Member
2 Posts |
Posted - Dec 21 2011 : 12:26:10 PM
|
Ok thanks. That's what I suspected.
I'm using both ctags and cscope, but both are inferior compared to VAssist. Especially for really large projects.
|
|
|
feline
Whole Tomato Software
United Kingdom
19024 Posts |
Posted - Dec 22 2011 : 11:42:34 AM
|
Even if you are working under Linux, which is common when using Vim, you can still edit inside Visual Studio, with the assistance of VA, and access your code via a mapped drive letter. There are also some plugins to make Visual Studio work more like Vim.
Perhaps something to consider, since then you can get the best of both worlds. |
zen is the art of being at one with the two'ness |
|
|
Manuzor
New Member
Germany
3 Posts |
Posted - Aug 14 2017 : 04:31:06 AM
|
I was also wondering whether Visual Assist can be used standalone. I'm mainly using Sublime Text as my editor when I can but it lacks something like Visual Assist, at least on Windows.
The only two things that still make me use Visual Studio are Visual Assist and the Visual Studio debugger. I'd be fine with using it as a debugger but I'd be more than happy to turn by code-editing back on it. The beast is just too heavy-weight for me. (I'm always stunned when Visual Studio takes several seconds to open a simple text file, even with VCS stuff turned off...)
So, after almost 6 years have passed, is there any chance by now to look forward to a standalone version? |
|
|
feline
Whole Tomato Software
United Kingdom
19024 Posts |
Posted - Aug 14 2017 : 08:57:00 AM
|
Unfortunately no, we still don't have any plans to make VA work as a stand alone tool. If you want to avoid some of the performance overhead, which is perfectly understandable, do you have access to an older version of Visual Studio? With a modern machine an older version of the IDE plus VA makes for a fast and nice editing environment. But it is still not a replacement for a light weight text editor. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|