Ask HN: What tools do you use for development?
1–10 of 20 posts
Re: Ask HN: What tools do you use for development?
#2Re: Ask HN: What tools do you use for development?
#3IntelliJ with Scala Plugin
Vagrant
Atlassian Stash
Re: Ask HN: What tools do you use for development?
#4Chrome developer tools, git, Atlassian Stash and Confluence.
Re: Ask HN: What tools do you use for development?
#5A 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.)
Re: Ask HN: What tools do you use for development?
#6Re: Ask HN: What tools do you use for development?
#7iOS/OS X Development: Xcode - Git
Re: Ask HN: What tools do you use for development?
#8Cocoa Emacs with Evil-mode, iTerm 2, tmux, Vim for quick edits, git.
Re: Ask HN: What tools do you use for development?
#9My 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.