Fernando N.
Fernando N.

Reputation: 6439

What plugins do you use along with Eclipse CDT?

Suggest some plugins you find useful in your day by day work.

Eclipse CDT repositories:

Plugins:

Please add one plugin with its eclipse update url for posting.

Upvotes: 14

Views: 8004

Answers (4)

Amir Rachum
Amir Rachum

Reputation: 79625

I use viplugin to get vim keybindings in Eclipse.

Upvotes: 2

Jack Kelly
Jack Kelly

Reputation: 2554

EGit - it's definitely helpful although I still do a fair amount of gitty stuff on the command line (and EGit stays in sync with changes I make on the command line, of course).

Upvotes: 1

mmmmmmmm
mmmmmmmm

Reputation: 15513

I use a self-made plugin to do automated builds of CDT projects.

THis plugin is automatically creating a workspace from a description file that contains the project names, disables the indexer and auto-build, sets the wanted build configuration in all projects and then builds the temporary workspace.

Upvotes: 2

Gunther Piez
Gunther Piez

Reputation: 30439

I am using

  • Qt plugin for Eclipse
  • CMakeEdit for colorful CMakeLists.txt ;-)
  • Subversion (tried subversive, didn't work for me)
  • tried the linuxtools plugins (very ambitious project) for valgrind etc., but they are not really working ATM

Upvotes: 3

Related Questions