Does jEdit have Autocomplete for C++?
Submitted by Sunday, 5 March, 2006 - 11:37
on
Does jEdit include some kind of code autocompletion? Let's say I have a C++ object and I want by typing: obj. to have all member functions listed. Or for example when I type :: to have every function in that namespace?