Anyone know of a "cool, or nice looking" text editor for C++?
Most text editors out there are ugly, and look like a... just an
original text editor.

Is there any editor out there that has a comfortable look and
feel?

And is the embedded Microsoft Visual C++ editor the only editor
that can list class methods, and members as you call on the class?
For example, lets say "Demo" was an object of some class, and
I wrote:

Demo. // After the dot, the editor would then list all the members/methods I can use.