I program A LOT and I want to switch to Ubuntu 18.04, the only thing stopping is that I don't have a good IDE. Currently I have a dualboot with Ubuntu 18.04 and Windows 10, on Ubuntu, I currently run CodeBlocks, it does its job, but it's far from Visual Studio... I need A IDE with:
- Runtime Code checking(where it puts a red line under it if it thinks it is incorrect, like VS)(MANDATORY).
- A way to have multiple projects in the same window, so I can use CMake to generate a solution(whatever it's called for other IDE's) and have multiple projects in there, so I can easily see what code files belong to what project.
- Preferably a UI as close to VS as possible.
- A way to have CMake generate a project for it.(MANDATORY)
- C++ support is MANDATORY!
What would match these requirments best? Especially 1, 4 and 5 is important.
Thanks!