Re: Any programming editor/ide with "intelisense" for c++ and fortran around?
Tzafrir Cohen wrote:
> On Sat, Feb 21, 2009 at 09:59:35AM -0700, Chris Burkhardt wrote:
>> Micha Feigin wrote:
>>> I'm trying to find if there is a proper programming editor with "intelisense"
>>> like behavior (the only thing I miss about visual studio) that supports both
>>> fortran and c++, or at least c++.
>> Look at Vim 7's Omni-completion feature.
>> http://vimdoc.sourceforge.net/cgi-bin/help?tag=new-omni-completion
>
> On my 7.1 it works for a number of languages (C, PHP, Ruby, HTML, CSS,
> SQL, XML) but not for C++.
>
> Does it work for C++ in later versions?
Oh, I forgot, you want to use the OmniCppComplete plugin to get C++ support:
http://www.vim.org/scripts/script.php?script_id=1520
- Chris B
Reply to: