Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: What tools do you use for development?
9 points by freefouran on March 13, 2015 | hide | past | favorite | 19 comments
Hi HN. What tools do you use for development? It doesn't matter what Operating System, nor the language. I am specifically looking for some interesting tools related to C/C++/Java that could make my life easier, but I suppose anything is welcome since perhaps some others will find them useful (i.e web development related tools, etc).


I am primarily a .net developer so my tools are Microsoft related except for front end development. I use webstorm, grunt/bower/yeoman and npm for front end development. For .net and sql I use sql data management studio, visual studio 2010 and 2012 with resharper. Check out jetbrains products. Tehy probably have something that can help you with C++


Java Dev on Win7

Intellij Pro, Cygwin with Emacs, Git command line, sometimes SourceTree (though Intellij Git is almost as feature complete).

Tortoise on projects still using Subversion.

Firefox with Firebug, LiveHttpHeaders, and WebDeveloper though more and more Chrome Dev tools.

Usually the standard DB tool depending on database (PGAdmin for Postgres, SqlDeveloper for Oracle, etc.), though Intellij's DB tools are getting 'good enough'.

I'd pay good money for a well developed Emacs keyboard binding for Intellij (similar to Emacs++ for Eclipse)!


I use vim along with the plugins from http://vim.spf13.com/ and a few small customizations.

Chrome Developer Tools + Postman.


Emacs, vim (increasingly less), rxvt-unicode (terminal emulator), org-mode, org-agenda-mode, and xmonad window manager.

My goal is to be able to interactively develop all languages I may come across with a repl and at least a stepping debugger for when I need it.

I like to keep it all in emacs so I can add tasks to my todo list/agenda with minimal effort (C-c C-r) no matter where I'm at then get back to work without even switching windows.


Web development: I ma using lots of tools. 1: Adobe Photoshop 2: Adobe Dreamweaver 3: Chrome Developer tools 4: Firefox Develper tools.

http://www.saleonleather.com/product/dark-knight-rises-bane-...


I mainly use emacs, gcc, g++, git, gdb, plus bash, sed, egrep, tr etc. avrdude.

I do use Xcode, but can't say I enjoy it much. If I could use Emacs more easily within Xcode I would be much happier since I do enjoy the dynamic environment of the Mac OS with ObjC. llvm is pretty good.


Ruby developer:

A browser (between Safari, Chrome and FF) if the app is a web-app ... plus tmux + vim (with loads of plugins) + rvm (ruby version manager) + git (github/bitbucket).

Occasionally I might use additional tools to enhance the workflow (growl for notifications, etc.)


Mac OSX with Homebrew, iTerm, Vim (split terminal with vim on top and repl on bottom is pretty nice), Atom (for big projects), git, GitLab, Firefox browser. That's about all of my non-language-specific stack.


C++ on Windows

Microsoft Visual Studio 2012 IncrediBuild http://www.incredibuild.com

Also web development LAMP, Expression Editor & Visual Studio, and Bluefish text editor


Visual Studio. Toad (for Oracle). MS SQL Management Studio (for MS SQL). Linqpad a bit. Notepad++ a bit. Notepad a bit. ILSpy. A handful of Visual Studio extensions. And web-browsers/development bars.


Web Development : Sublime Text ! Awesome shit it is.. There are couple of other editors out there opensourced and which are amazing ! I usually prefer something light and powerful.


IntelliJ, pro edition. Sublime Text for drafts (when I don't want to create a file in my project, for all my notes and snippets).

Chrome developer tools, git, Atlassian Stash and Confluence.


I write C/Scheme/Clojure/Haskell:

Cocoa Emacs with Evil-mode, iTerm 2, tmux, Vim for quick edits, git.


Web Development (LAMP): Sublime Text - Safari/Chrome - Git

iOS/OS X Development: Xcode - Git


Sublime Text 3.


A new Scala developer:

IntelliJ with Scala Plugin

Vagrant

Atlassian Stash


If you're starting out in Scala I'd recommend you try use the Scala IDE (Eclipse) first until you're reasonably comfortable in the language. Reason being, that Eclipse provides much better feedback regarding types, syntax errors, logic errors and so on. Which is immensely helpful when you start writing not-so-simple FP expressions.

After a month or two in Eclipse then switch to IntelliJ for a much faster, smoother, and intuitive GUI and user experience.

That's the path I followed, imho I can't imagine learning Scala in IntelliJ.

Good luck :)


Feedback taken, thanks! :)


sublime/vim, chrome, rvm, ubuntu




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: