171
votes
71answers
28k views
What IDE to use for Python
As a Python newbie, it is interesting to know what IDE's ("GUIs/editors") others use for Python coding.
If you can just give the name (e.g. Textpad, Eclipse ..) that will be enough. If it is already …
46
votes
59answers
4k views
What is the best way to force yourself to master vi?
A good while ago, I read an article by the creator of viemu, clearing up a lot of the misconceptions about vi, as well as explaining why it's a good idea (and why it's been very popular for the last …
36
votes
31answers
3k views
Is learning VIM worth the effort?
As a programmer I spend a lot of hours at the keyboard and I've been doing it for the last 12 years more or less. If there's something I've never gotten used to during all this time is these annoying …
32
votes
24answers
18k views
Text editor to open big (giant, huge, large) text files
By big, I mean atleast a hundred megabytes big?
While 100+ megabyte textfiles aren't common (atleast I hope so!), I have an app that's exporting data as XML and needs to be debugged. So, need to …
27
votes
32answers
6k views
What color scheme do you use for programming?
I get a lot of attention at work because I am the only one who bothered to change the default color settings in Visual Studio. I just modified them myself. I can provide the settings file if anyone …
25
votes
9answers
7k views
What are my IDE/Editor choices for Haskell?
I typically use Emacs with hasktags for editing Haskell but I would like to enumerate all the choices and hopefully get feedback on each.
Emacs
VIM
Visual Haskell
EclipseFP
leksah
SHIM (wasn't this …
24
votes
21answers
2k views
Favorite (G)Vim plugins/scripts?
What are your favorite (G)Vim plugins/scripts?
21
votes
23answers
2k views
Is it worth investing time in learning to use emacs?
Right up front: I do not want to start a religious war.
I've used vi for as long as I can remember, and the few times I've tried to pick up emacs I've been so lost so quickly I've given up. Lots of …
19
votes
11answers
8k views
Good JavaScript IDE with JQuery support ?
I'm planing to start learning JQuery (among other things), so I'm looking for a good Javascript editor that can preferably provide some of the following features:
Syntax coloring
Contextual help for …
19
votes
61answers
4k views
What rare programming tools do you use?
What tools do you use that may be considered rare in that aspect that you have only seen a few people use it? It may be any tool that may be valuable for programmers.
I myself use UPX on occasions.
19
votes
11answers
10k views
What is a good Windows hex editor / viewer?
I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows.
See KHexedit
Requirements:
Free is best
View data at cursor as: byte, short, …
17
votes
65answers
3k views
Windows-based Text Editors
Other than Notepad++, what text editor do you use to program in Windows?
16
votes
31answers
6k views
Poll: Which Python IDE/editor is the best?
I am just getting into Python development and would like to know which single IDE or editor is the best.
I mainly use Linux, but don't let that stop you if you think the best one is Win/Mac only.
15
votes
15answers
550 views
I am looking for tips for learning vim or emacs the smart way…
I am a quite happy user of eclipse (I mostly develop in PHP and Python), however I found the answers to this question interesting enough to make me wish to try out vim or emacs as well and see if they …
15
votes
36answers
673 views
How often should you hit the Save button?
When writing code, I've noticed that different developers hit the Save button at different frequencies. This is in addition to whatever AutoSave setting has been set. Personally I have the AutoSave …
