LinuxQuestions.org
Help answer threads with 0 replies.
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 02-18-2021, 03:51 AM   #31
haphaeu
LQ Newbie
 
Registered: Jan 2018
Posts: 18

Rep: Reputation: Disabled

I have to stop using Spyder...
 
Old 02-18-2021, 04:27 AM   #32
NuttyJamie
LQ Newbie
 
Registered: Nov 2020
Location: South Korea
Distribution: Linuxfromscratch, Slackware 15
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by haphaeu View Post
I have to stop using Spyder...
You don't have to follow the trend.
If you're satisfied with that, why don't you just keep using it?
 
Old 02-18-2021, 05:21 AM   #33
haphaeu
LQ Newbie
 
Registered: Jan 2018
Posts: 18

Rep: Reputation: Disabled
Quote:
Originally Posted by NuttyJamie View Post
You don't have to follow the trend.
If you're satisfied with that, why don't you just keep using it?
You're totally correct =)

But I'm not satisfied with Spyder at all, it is heavy, buggy, can't handle multiple environments properly. I've started using it initially because company "imposed" Anaconda to everyone, then Spyder was the only option really and I got used to it. It does have its benefits, like quick interaction between the editor and the terminal, the inbuilt docs browser, but the results show that it is by far no at top of the list for the community.

So, my comment was more of a lesson to myself, to spare some time and at least try another tool to compare. I'm now trying to find my way in this VSC, but to be honest I'm quite disappointed with first impression. Will try it for a couple of weeks anyway.

By the way, I also use emacs most of the time for the mature projects I have. But for initial development and investigations, I prefer a "proper" IDE.
 
Old 02-18-2021, 06:08 AM   #34
NuttyJamie
LQ Newbie
 
Registered: Nov 2020
Location: South Korea
Distribution: Linuxfromscratch, Slackware 15
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by haphaeu View Post
You're totally correct =)

But I'm not satisfied with Spyder at all, it is heavy, buggy, can't handle multiple environments properly. I've started using it initially because company "imposed" Anaconda to everyone, then Spyder was the only option really and I got used to it. It does have its benefits, like quick interaction between the editor and the terminal, the inbuilt docs browser, but the results show that it is by far no at top of the list for the community.

So, my comment was more of a lesson to myself, to spare some time and at least try another tool to compare. I'm now trying to find my way in this VSC, but to be honest I'm quite disappointed with first impression. Will try it for a couple of weeks anyway.

By the way, I also use emacs most of the time for the mature projects I have. But for initial development and investigations, I prefer a "proper" IDE.
I'm glad you had that background.

This survey seems to be very useful in that we can find better tools. Most of all, it's fun.
 
Old 02-19-2021, 03:14 PM   #35
WideOpenSkies
Member
 
Registered: May 2019
Location: /home/
Distribution: Arch Linux
Posts: 166

Rep: Reputation: 61
Emacs: The editor for life.
 
Old 03-01-2021, 08:31 AM   #36
Tux!
Member
 
Registered: May 2011
Location: Netherlands
Distribution: openSUSE
Posts: 114

Rep: Reputation: 32
After reading the final results, I decided to try the top 5 (excluding emacs, as I already know it wasn't written for me).

I used each of them for a day. Oké, I admit, some less, as it didn't work out at all (for me).

I returned to elvis (vi clone) after noting that none of the IDE added *any* features I wanted/needed/found missing in elvis.
Some of these were very hard to configure in a way *I* want to use an IDE. Why do people thing that a black background suits everyone? Having it be the default, oké, but making it hard to turn back to a usable light background and still have good contrast in syntax highlighting is obviously not of any importance for their maintainers, causing the product to disappear from my radar instantly. Likewise for (wrong) leading whitespace behaviours. Having to deal with truckloads of old code in many languages, leading whitespace can be anything: spaces, tabs or mixed, but a tab is always 8 spaces. Why do people even think a tab is 2 spaces wide? That will cause code with mixed leading whitespace into an unreadable mess instantly.

I really miss the old we-hate-software mailing list. There was *so* much to learn from complaints to make your own favorite product better by avoiding the pitfalls people complain about over and over again.

If you write an IDE that is *only* suitable for python or java and only supports chinese glyphs, please don't call it the best IDE available, because it isnt. (I chose that combination, because it doesn't match any of the top 5: fill in your own language(s) and/or encodings)

Last edited by Tux!; 03-01-2021 at 08:52 AM.
 
Old 03-01-2021, 10:32 AM   #37
jhumphrey
Member
 
Registered: Jan 2019
Location: United States
Distribution: CentOS, OpenBSD
Posts: 60

Rep: Reputation: Disabled
Quote:
Originally Posted by Tux! View Post
I returned to elvis (vi clone) after noting that none of the IDE added *any* features I wanted/needed/found missing in elvis.
does Gigs of disk space count as a feature?

I propose to create an IDE called "No IDE" that can make it to the IDE of the year poll.

Here is my source code:

Code:
#!/bin/sh
#No IDE public domain
if [ $# -eq 1 ]; then
        vi $1 #replace with elvis or ed if desired.
        #TODO: should we add code for building?
else
        sh
fi
The sole purpose of this would be to hack the "IDE of the Year" poll, and figure out a way to get a sensible option on.
I used to use IDEs when I was learning how to program, I found that I learned more when I used the text editor + shell.
I did not even know how to build a project when I used the IDE (you hit the build button which is not present in the terminal)
The last IDE I used was Android Studio. I hate java so I was glad to get the beast off my hard-disk.

Last edited by jhumphrey; 03-01-2021 at 11:46 AM. Reason: grammar
 
  


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 10:39 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