|
|
|
|
|
by syockit
2732 days ago
|
|
I couldn't find other IDEs that fulfill my need for remote C/C++ development (not just debugging). Maybe Eclipse has that feature as well, but the last time I tried it required me to install Java on the remote machine and start the server by myself, while in Netbeans everything works out of the box and it copies the server to the remote for you (using scp I think). Code analysis is superb, remote git/svn works, I get to browse the function call graph etc. Then one time last year, VS Code was hyping, and I boarded the hype train. C/C++ seems to work... but not so well for my needs. There is no remote git, it uses your computer's compiler for parsing (I had it use WSL's gcc). Everytime I search for howtos of remote C for VS Code, all I see are answers where they ask you back, if you have git why aren't you developing on your computer? Well there's the in-house build system as well, which I don't think I can replicate well on my PC. Too bad C/C++ is no longer an official shipped feature of Netbeans since Apache, but the installable plugin still works well so I have no complaints. |
|