LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > 2020 LinuxQuestions.org Members Choice Awards
User Name
Password
2020 LinuxQuestions.org Members Choice Awards This forum is for the 2020 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite projects/products of 2020. This is your chance to be heard! Voting ends on February 17th.


Notices


View Poll Results: IDE of the Year
Android Studio 4 1.83%
Atom 16 7.31%
Bluefish 7 3.20%
Blue Griffon 1 0.46%
Brackets 0 0%
Code::Blocks 1 0.46%
CodeLite 1 0.46%
Eclipse 22 10.05%
Emacs 32 14.61%
Geany 37 16.89%
GNOME Builder 0 0%
IDLE 1 0.46%
IntelliJ IDEA 12 5.48%
Kdevelop 6 2.74%
Komodo 1 0.46%
Kompozer 1 0.46%
Lazarus 2 0.91%
Light Table 0 0%
MonoDevelop 0 0%
Netbeans 3 1.37%
PyCharm 6 2.74%
Qt Creator 7 3.20%
RStudio IDE 6 2.74%
SeaMonkey Composer 0 0%
Spyder 2 0.91%
Visual Studio Code 51 23.29%
WebStorm 0 0%
Zend Studio 0 0%
Voters: 219. You may not vote on this poll

Reply
  Search this Thread
Old 01-08-2021, 07:11 AM   #16
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018

Emacs is an interactive text processing environment built on top of a lisp interpreter. You just happen to get text editing along for the ride.

M-x compile and M-x gdb are quite nice though, as is M-x shell. I use them a lot. I think it's fair to say that it has basic IDE features because of those, along with the language specific editing modes, auto-indentation and syntax highlighting.

I don't know if vim has similar features, as I don't use it much.
I still use vi for quick edits of system files, but I do all my programming (mostly C) in emacs.
 
Old 01-08-2021, 09:57 AM   #17
Sefyir
Member
 
Registered: Mar 2015
Distribution: Linux Mint
Posts: 634

Rep: Reputation: 316Reputation: 316Reputation: 316Reputation: 316
What's the difference between Android Studio, IntelliJ IDEA, PyCharm, WebStorm? They're pretty much the same IDE but for different languages
 
Old 01-08-2021, 11:13 AM   #18
YesItsMe
Member
 
Registered: Oct 2014
Posts: 915

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
That’s the difference.
 
Old 01-11-2021, 06:36 AM   #19
bogeyman2007
Member
 
Registered: Jul 2015
Distribution: Arch, Mint, Slackware, Tiny Core
Posts: 31

Rep: Reputation: Disabled
Of course geany.
 
Old 01-12-2021, 07:50 PM   #20
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
My work got me into VSCode, and it is *nice*. I finally have an IDE I like
 
Old 01-15-2021, 02:47 PM   #21
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by 6=0 View Post
How is it nonsense? I'm interested in knowing the distribution of prefered IDEs related to those who don't use an IDE.
Because "none" is not an IDE, it's a lack of an IDE, and this poll is for what is the best IDE.

It's like asking: "What's the best car?" and you say "none". "None" is not a car, so it can't be the best car.

To get something along the lines of what you're looking for would be a different poll question. Maybe something like:

What do you prefer to use for software development?
  • IDE
  • plain text editor w/o syntax highlighting
  • plain text editor w/ syntax highlighting
  • other (please specify)

But then you might have people ask why "I don't develop software" isn't an option... :shrug:
 
Old 01-15-2021, 04:12 PM   #22
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Voted Geany.
 
Old 01-16-2021, 08:43 AM   #23
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,800

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by YesItsMe View Post
GNU Emacs. There is nothing it cannot do and I can use it on almost all of my systems without sacrificing anything. Lovely.
The Perfect software suite (Writer, Calc, etc. bundled with my Columbia XT-clone) used Emacs key bindings and they are permanently burned into my synapses. It was natural to rely on MicroEmacs as an IDE when I began switching to UNIX via Coherent. Nowadays I'd really miss time not having Emacs' Tramp mode available when needing to work on multiple systems.
 
Old 01-19-2021, 10:49 AM   #24
jhumphrey
Member
 
Registered: Jan 2019
Location: United States
Distribution: CentOS, OpenBSD
Posts: 60

Rep: Reputation: Disabled
I did NOT vote on this pole, but if there was a "least favorite" poll, I would pick android studio.
That thing was so big, so slow, and so upsetting, it sure did not get me to like Java or Android development.
Since I primarily work in Lua, I don't have much use for a build system. when I worked with NASM (And I LOVE assembly) I used a shell script. I still use shell scripts to do setup things. I should probably learn Makefile, but I haven't needed it yet. Once I share my creations with the world, they might resent me for it... I recently echoed code to Lua and piped that to SQL in a shell script. Karma has yet to catch up with me. Maybe that is why people have IDES.
TL;DR
My favorite IDE is: nil

My favorite build system: nil

My favorite revision control system: mkdir

Last edited by jhumphrey; 01-19-2021 at 11:19 AM.
 
Old 01-19-2021, 11:01 AM   #25
anselmobd
LQ Newbie
 
Registered: Nov 2019
Posts: 3

Rep: Reputation: Disabled
Quote:
Originally Posted by YesItsMe View Post
In my opinion, Visual Studio Code should also cover VSCodium.
As the only difference between VSCodium and Visual Studio Code is the absence of telemetry/tracking in the first, differentiating this 2 choices would be sociallly and politcally meaningful.
 
Old 02-03-2021, 01:50 PM   #26
rincon
LQ Newbie
 
Registered: Mar 2020
Posts: 20

Rep: Reputation: Disabled
hi there - awesome thread

thx for coming up with this!

well - i am changing from Atom to VSCode/VSCodium,


i use VSCode on Win and VScodium on Linux.

I love VSCode for its fast & sustainable development. it is one of the biggest projects at github.

I loved ATOM for its great Github-integration - but over the years i thoguht - i should test a new system.


VSCode has got a superlarge userbase -- this is a great thing and ensurey the fast & sustainable development
 
Old 02-03-2021, 08:26 PM   #27
acgx
LQ Newbie
 
Registered: Jul 2014
Posts: 8

Rep: Reputation: Disabled
Visual Studio Code + VSC
 
Old 02-07-2021, 03:44 PM   #28
tkninja
LQ Newbie
 
Registered: Apr 2018
Location: US
Distribution: Arch Linux
Posts: 10

Rep: Reputation: 1
LiteIDE

Mine is LiteIDE, an IDE for golang. Quite nice and to the point, which I like.

An up-to-date version of it isn't available in any Ubuntu repositories that I use, including the Snap store, so I'm using Gedit and a terminal for now. I don't like installing software directly from the Web.
 
Old 02-17-2021, 06:12 AM   #29
alexant
LQ Newbie
 
Registered: Feb 2021
Distribution: Ubuntu
Posts: 2

Rep: Reputation: Disabled
Unfortunately I don't see any IDE that I use, neither vim/neovim, nor JetBrains CLion... 8((
 
Old 02-17-2021, 08:44 AM   #30
YesItsMe
Member
 
Registered: Oct 2014
Posts: 915

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
Vim is in the text editors poll.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Komodo IDE "Best Python IDE"; Winner of InfoWorld Technology of the Year Award LXer Syndicated Linux News 1 01-12-2011 11:45 AM
LXer: New Year 2007 - The year of GNU/Linux LXer Syndicated Linux News 0 01-01-2007 03:21 AM
LXer: EE Times Announces Recipients of the Educator of the Year and Student of the Year ACE Awards LXer Syndicated Linux News 0 03-29-2006 02:21 AM

LinuxQuestions.org > Forums > 2020 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 05:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration