Where can I download free c ++ ide with working code completion?

I was wondering where I can download the C ++ compiler with code completion that doesn't suck like a donkey back-end. I tried Eclipse, but could not find code that had a space in the way (which means the whole concept is curious if), I tried code blocks that have a limited form of code completion that can only enumerate the members of the current object, and not functions that can be called on them.

This situation annoys me because all the Java IDEs that I have used or heard have a much better output mechanism.

It is very important if you could help me.

+3
source share
9

:

+5

netbeans? , , , .

+2

vim. Linux.

: ++ , Java, ++, Java.

+2

( Windows) GNU - make.exe - , . , Eclipse, toolchain? - , Linux Windows ( ), CamelCase under_scores? , , IDE, - . Eclipse !;)

Eclipse CDT? Eclipse C/++ - EasyEclipse C/++.

, Windows, V++ 2008 Express . , , ; , V++ Express.

+1

:

  • Qt Creater
  • Bloodshed Devcpp

. cpp IDE , devcpp, devcpp , .

0

I like wxDevC ++ because of its small size, C99 and the wxWidget built-in library .

It has a moderately good code completion function.

0
source

Source: https://habr.com/ru/post/1717617/


All Articles