THE ONLY GOOD IDE FOR LINUX IS MADE BY MICROSOFT

THE ONLY GOOD IDE FOR LINUX IS MADE BY MICROSOFT
AAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

IDEs are bloated useless pieces of shit and vim can be configured to be one anyway.

>using an IDE

The best IDE on Linux is Linux itself. Most users of a Unix-like system tend to follow the idea of "*nix is my IDE", rather than using a large bloated all in one program.

...

Er what about Jetbrains IDEs? Thats what I use and have been pretty happy

fill me in about the microsoft IDE

vim and gcc bruh, all in a nice terminal emulator. or even the console with screen/tmux.

>THE ONLY GOOD IDE
KDEvelop was made by KDE people. Lurk more retard

>half assed fork of hipster crap like Atom is now a good IDE.
>What is QtCreator
>What is IDEA suite
>What is KDevelop
>What is riced Vim/Emacs

Fuck off Pajeet.

Image sauce?

Who the fuck still uses IDE? SATA has been around since like 2003.

Geany works great for a GUI IDE
Vim, Make and GCC are also great

>KDEvelop
>Only supports C/C++
What about those of us who have jobs user?

>Only supports C/C++
No wonder you don't have a job with the research skill level of a 5 year old

The Fly 2.

KEK

>only good ide

when i tried it it couldnt even have multiple tabs.

Compilers written by Microsoft Apple, and Intel(Visual Studio LLVM and ICC) run circles around fucking Garbage Compiler Collection aka GCC.

Sure Vim or emacs could be configured to be IDE's more or less, but why the fuck compile on GCC? Shit even Oracle has their shit together.

Update literally yesterday added tabs, and I hate it, the great thing about the editor is quickly switching to other files with the searchbox shortcut (ctrl+e), without even touching the mouse.

rekt

you're doing god's work user.

>boss won't buy a clion license for me
>literally using gdb in command line all day every day
(CAN'T WAKE UP)

Kek

so?
In any case IDEA and Komodo are fine, too. And a bunch of language-specific IDEs.

You think that this somehow discredits my posts?

VSCode? that laggy crashing piece of shit?

Runs really fast on Linux, just not OSX

Not in my experience. It struggles to switch between three text files without lagging to save files.

Distro?
Storage?
That's really strange...

arch and an SSD. precompiled version.

What are you talking about user, VS Code is not IDE

>vim
kill yourself

vscode is not an ide its a text editor like atom and sublime text.OP please leave this board and never come back its for tech literate people.

i'd agree with you if llvm supported as many archs as GCC

ext install C#
Bam, fully functioning IDE

This.

>background pony
Shit taste confirmed

>He doesn't understand Aesthetics

LLVM supports x86-64 which is the only one that matters, all others are irrelevant and it does not matter at all if there's no compiler for them.

but what about ARM and m68k (one that im learning)

LLVM officially supports the following targets:

aarch64 - AArch64 (little endian)
aarch64_be - AArch64 (big endian)
amdgcn - AMD GCN GPUs
arm - ARM
arm64 - ARM64 (little endian)
armeb - ARM (big endian)
bpf - BPF (host endian)
bpfeb - BPF (big endian)
bpfel - BPF (little endian)
cpp - C++ backend
hexagon - Hexagon
mips - Mips
mips64 - Mips64 [experimental]
mips64el - Mips64el [experimental]
mipsel - Mipsel
msp430 - MSP430 [experimental]
nvptx - NVIDIA PTX 32-bit
nvptx64 - NVIDIA PTX 64-bit
ppc32 - PowerPC 32
ppc64 - PowerPC 64
ppc64le - PowerPC 64 LE
r600 - AMD GPUs HD2XXX-HD6XXX
sparc - Sparc
sparcel - Sparc LE
sparcv9 - Sparc V9
systemz - SystemZ
thumb - Thumb
thumbeb - Thumb (big endian)
x86 - 32-bit X86: Pentium-Pro and above
x86-64 - 64-bit X86: EM64T and AMD64
xcore - XCore


ARM is definitely supported (and in fact, it is one of the biggest targets for LLVM), m68k is not. I have seen some unofficial backends for it, but those haven't been updated in 4 years.

Microsoft makes emacs now?

>arm irrelevant
>microshill in damage control

> 2016
> not using SATA

> Microsoft
ahhh, that explains a lot. 2016 and still no SATA support out of the box. Stay mad, microcucks

...

why everytime I see a web developer computer I see like 4 different editors/IDE on their taskbar/desktop?
the other day I saw one with emacs, sublime, atom and code all in the bar
do you even write code or just change editor and keep postponing that?
I use (g)vim for fucking everything, except java (netbeans ftw), what am I missing?

Lazarus

It's a really good fic though.

GNU Emacs is the only IDE that I need.

>why the fuck compile on GCC?
Because it actually out-performs llvm? It is common for people to use llvm for debug builds and gcc for release builds, because the former has faster build times, and the latter has better performance.

Also, MSVC is complete trash not worth of using, even on Windows itself. It doesn't even support C99 properly. Microsoft can't into compilers, so don't even bother mentioning them. On Windows, there are two viable compilers, and those are MinGW and Clang.