Question:
I have Debian installed on VMware and need to write software with gcc mostly, but sometimes g ++ too.
So now I have a Windows shared folder with VMware, and I write in notepad ++, manually write makefile's and compile.
I need an IDE for Windows with which I can write software for gcc AND g ++. Tooltips and ctrl + space should work in EDI. And also on ctrl + space there were both my functions and objects with header files and system ones.
Is there such an EDI?
Or how they generally program for Linux with Windows.
Answer:
QtCreator is what you need. Everything you ask is in it. And you don't need to sculpt the Makefile by hand.
There is also KDevelop, but after the third version it is a riot.
And Code :: Blocks. But it's glitchy.