Embarcadero / Dev-Cpp

A fast, portable, simple, and free C/C++ IDE
https://www.embarcadero.com/free-tools/dev-cpp
GNU General Public License v2.0
2.61k stars 280 forks source link

Auto-completion doesn't work #147

Open wnrud-wall opened 3 years ago

wnrud-wall commented 3 years ago

Sample code:

include

include

using namespace std; int main() { string s; s.|

return 0; } After the dot, there is no window for selecting methods and properties for string variables? It works for vectors, but not for sets?

flopezre commented 3 years ago

Try to use de Red Panda Dev Cpp

AspireM3400 commented 3 years ago

Try to use de Red Panda Dev Cpp

Wow, thank you so much for the new clone. I will test it for some time. But at first glance, this clone lacks the disadvantages that exist in Embarcadero Dev-C++ and in Orwell Dev-C++