[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Any programming editor/ide with "intelisense" for c++ and fortran around?



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

For emacs look at the CEDET tools:
http://www.emacswiki.org/emacs/HowSemanticFulfillsThoseNeeds
http://cedet.sourceforge.net/

I'm not sure to what extent Fortran is supported by either, but they both handle
C++ at least.

(Unfortunately sourceforge.net seems to be down at the moment.)

- Chris B


Reply to: