Tux

...making Linux just a little more fun!

C/C++ autocompletion for Emacs/vim

Jimmy O'Regan [joregan at gmail.com]


Sat, 24 Apr 2010 12:04:21 +0100

http://cx4a.org/software/gccsense/

-- <Leftmost> jimregan, that's because deep inside you, you are evil. <Leftmost> Also not-so-deep inside you.


Top    Back


Ben Okopnik [ben at linuxgazette.net]


Sat, 24 Apr 2010 07:22:45 -0400

On Sat, Apr 24, 2010 at 12:04:21PM +0100, Jimmy O'Regan wrote:

> http://cx4a.org/software/gccsense/

As far as I know, it's been part of Vim for a long, long time - hiding behind your 'Ctrl-N' keys.

-- * Ben Okopnik * Editor-in-Chief, Linux Gazette * http://LinuxGazette.NET *


Top    Back


Jimmy O'Regan [joregan at gmail.com]


Sat, 24 Apr 2010 13:08:19 +0100

On 24 April 2010 12:22, Ben Okopnik <ben at linuxgazette.net> wrote:

> On Sat, Apr 24, 2010 at 12:04:21PM +0100, Jimmy O'Regan wrote:
>> http://cx4a.org/software/gccsense/
>
> As far as I know, it's been part of Vim for a long, long time - hiding
> behind your 'Ctrl-N' keys.
>

I have no idea about the C stuff, but for C++, it adds method completion - which is quite difficult to do for C++ - as well as on-the-fly syntax checking (but that's something I've seen in a few other extensions).

-- <Leftmost> jimregan, that's because deep inside you, you are evil. <Leftmost> Also not-so-deep inside you.


Top    Back


Ben Okopnik [ben at linuxgazette.net]


Sat, 24 Apr 2010 08:08:30 -0400

On Sat, Apr 24, 2010 at 07:22:45AM -0400, Benjamin Okopnik wrote:

> On Sat, Apr 24, 2010 at 12:04:21PM +0100, Jimmy O'Regan wrote:
> > http://cx4a.org/software/gccsense/
> 
> As far as I know, it's been part of Vim for a long, long time - hiding
> behind your 'Ctrl-N' keys.

Whoops, too early in the morning (and way too long since I've done anything with C, anyway.) That should have been "use 'ctags' and the 'Ctrl-X Ctrl-O' in Vim."

-- * Ben Okopnik * Editor-in-Chief, Linux Gazette * http://LinuxGazette.NET *


Top    Back


Sam Bisbee [sbisbee at computervip.com]


Sat, 24 Apr 2010 13:32:34 -0400

On Sat, Apr 24, 2010 at 12:04:21PM +0100, Jimmy O'Regan wrote:

> http://cx4a.org/software/gccsense/

I've been using a lot of pieces from http://www.slideshare.net/ZendCon/vim-for-php-programmers-presentation for a while now - some of which translates over into C/C++ nicely.

-- Sam Bisbee


Top    Back


Mulyadi Santosa [mulyadi.santosa at gmail.com]


Sun, 25 Apr 2010 08:05:49 +0700

On Sat, Apr 24, 2010 at 18:04, Jimmy O'Regan <joregan at gmail.com> wrote:

> http://cx4a.org/software/gccsense/

I think it should go as "2 cent tip" :)

-- 
regards,
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com


Top    Back