Eclipse vs coding style

Miika Turkia miika.turkia at gmail.com
Tue Oct 6 07:18:24 PDT 2015


On Tue, Oct 6, 2015 at 3:13 PM, Giorgio Marzano
<marzano.giorgio at gmail.com> wrote:
> It seems like there is no way, using eclipse in C/C++ mode, to break long
> statements after an operator... I am switching back to vim :)
>
> Which vim plugins do you guys use (e.g. for git or code navigation)?

I only use the plugins that are default in Ubuntu, for C/C++ mode
there hasn't been any need for special tweaking. For code navigation I
use ctags to create the cache and jump around using standard vim
navigation commands. ("ctags -R" on source dir and then the ^] and ^t
work for navigation)

Of course, there is still the XSLT stuff that I write and for that I
use syntax/xml.vim that is included in Ubuntu as well.

miika


More information about the subsurface mailing list