Dev-Cpp
Dev-Cpp copied to clipboard
Code completion suggests out-of-scope variables

As you can see, y is in bracket closure, an inner scope. If I access y outside of the scope, this should get Compile Error.
More example :
It should suggest at this instead :

The code-completion feature has few bugs as I listed above, from the Bloodshed-DevCpp. Hope you devs can fix it soon <3.