what IDE does Sup Forums use?
What IDE does Sup Forums use?
Other urls found in this thread:
lmgtfy.com
twitter.com
qtcreator for c++
Lazarus
vim
ed
>people posting text editors because they’re such good programmers they’re too good for an IDE.
I have a real job, so IntelliJ
NetBeans
yeah, fuck you too
emacs
Netbeans
enjoy your carpal tunnel
Visual Studio for .NET
IntelliJ for everything else.
But I've been using Rider at work for a couple of weeks, and it's really good.
Once it's out of beta, I'll probably ditch Visual Studio and just use IntelliJ for everything.
kek'd
Netbeans for real stuff, sublime for other
C++ Builder
I don't know what and ide is
Neither do these guys , , .
wing ide
>when you want to so desperately fit in with Sup Forums
Geany 1.23.1 + gcc 4.8.4
notepad++ with MSYS2...
geany
eclipse, just because my programming teacher forced everyone to use it
Eclipse for Java, Visual Studio for C#, VS Code for JS/HTML/CSS/etc. and Notepad++ for text files.
KDevelop
Sublime text/vim + clang as compiler
>IDE
Is this a joke? Is this not the /gee/ equivalent of asking which training wheels are best?
Xcode for swift, VS Code for C#.
If I'm going to learn C on Windows should I use Visual Studio?
T. NEET
Yes
VS Code
>C
Just use notepad++ and compile with gcc. Visual Studio is incredibly useful for C# but it's weak for C and C++, and the compiler is awful (especially for C)
just get MinGW-w64 and use an editor like notepad++,sublime text or vscode
this worked best for me
Visual studio comes with clang and gcc now