What IDE does Sup Forums use?

What IDE does Sup Forums use?

Attached: ??.jpg (756x715, 97K)

Other urls found in this thread:

en.wikipedia.org/wiki/Integrated_development_environment
twitter.com/AnonBabble

IntelliJ. Best I've ever used.

Rider

apart from the text editor meme, when I do use an ide, I use eclipse

Notepad++ and PowerShell (for Java)

Attached: 1521372412280.jpg (800x778, 72K)

None. I use vim for writing code.

i don't

Attached: seinfeld.jpg (1360x559, 408K)

I use eclipse at work because everyone else does and stuff like Checkstyle and their propietary versioning tool is integrated with it.

Otherwise I'd be using vim on any mainstream Linux distro.

Notepad

For what? Programming? Video editing? Music composing? Animation? Drawing?

IDE specifically refers to programming software dummy

just gonna bite the bait here
en.wikipedia.org/wiki/Integrated_development_environment

code::blocks

>code::blocks

Attached: 21535125234523461.jpg (445x445, 111K)

Monkey Studio for PyQt4
It works so I use it.

>code::blocks
what's wrong with it?

it's free, open source, cross platforms and feature rich..

for c++ i use CLion or Codeblocks if nothing else is available

for ada i use notepad++ (the gnut studio or whatever its called is a nightmare especially for concurrent programming)

for anything else i use whatever comes in handy but im a c++ dev mainly with a little ada for projects where stability is reaaally important

vim

make

emacs of course

Attached: emacjihadism.png (442x274, 40K)

Thunderbird

Atom with plugins, you can use CSS and regex to change anything there. I have created a color syntax format for a proprietary language even added autocomplete for it, also compile and execute from inside the editor.

Visual studio for c++

juCi++

ed

S P A C E M A C S

All of them

But mostly Visual Studio

vim.

vim 8 has asynchronous features now so it's not as bad running linters and useful autocompletors.

the only non-ide thing about it is the lack of git/build integration, but i never used that shit in IDEs like eclipse either.

Vim but now I'm learning to use spacemacs

emacs

Intellij ideavim

Clion, Phpstorm, intelij, and atom

not an IDE, they're editors

CodeLite for C++
Spacemacs for anything else

VSCode
technically not an IDE, but for sure the best editor overall (ignoring the horrid memory usage)

Attached: 28238328_353551738456631_5926683382684073176_o.png (870x1086, 527K)

Jupyter Lab

Use sublime then

This kinky mf

Attached: images (3).jpg (300x152, 5K)

> ed
Oh, I see, you're a man of colture as well

Beat me to it

patrician

Atom

>sublime text


>2

Eclipse because I'm not a NEET.

vim

kek'd and check'd

How is that? Thinking about switching.

nano

Gentoo

Comfy af

The default theme is incredible, and it's got pretty good git intergration

Russian spyware

Currently using text editor and command line tools on a hobby project. I'm not anywhere near as productive using such tools as an IDE, but learning how to write your own makefiles and using command line tools can come in handy should I ever want to write some scripts to automate certain tasks.

I use Eclipse for most applications when on Linux and Visual Studio when on windows.
There were situations where I used other IDEs such as QTcreator and AVRstudio since they came with example code so it was a quick way to get started.
I've used Code::Blocks before to quickly test some C/C++ code.

Would rather stick to one tool if at all possible, eclipse is multi-platform and supports a wide range of languages so that is my go to.