Possible Duplicate:
C++ IDE for Linux?
Visual Studio 2010 is absolutely incredible when it comes to it's intellisense and debugger. I've been able to find some decent IDE's for Linux (Ubuntu) that have good auto completion, but I have yet to find one with a debugger as good as Visual Studio. Obviously GCC is different then MSVC so it's most likely that GCC can't even support debugging as good as MSVC. I'm taking about the stack trace and how you can hover over a variable and it tells you its address, value and lists other variables (if its a class).
Regardless, As a user of Visual Studio 2010, what would be the best IDE for me to use in Linux?