5

Fellow web devs, your favourite tool for coding ?
I use and love phpstorm because it prevents my 90% typos and provides code completion.
What tool do you use to improve your coding, and if there is any tool which you use to get more productive?

Comments
  • 3
    I don't know if I should be ashamed, but for development and pair programming, I'm loving C9.io.
  • 1
    I use Brackets. I don't know why but I didn't particularly like Sublime.
  • 1
    @620hun brackets has issue on linux 😞
  • 1
    @randombug yup. it struggles a lot on Linux. I want to use it though.

    I use atom for everything except java now.
  • 0
    For MEAN side project Webstorm.

    But for a Spring project at work, we have to use Eclipse for the whole stack.
  • 0
    @randombug Good to know. I was considering having a Linux dual-boot for webdev, but in that case I won't do.
  • 0
    I use VS Code. Unfortunately for me I prefer to use the Microsoft product even if it is just a featureless Atom clone 😋
  • 0
    I use phpstorm for all php and nodejs (as phpstorm contains webstorm).

    atom(and sublime for the awesome multiline/column editing, sublime is better than atom on this)for quick file editing.

    I used VS code on my last laptop because the laptop was slow, now that I have my MSI laptop with 24 Gb ram, 8 core I7, I'm phpstorm all the way
  • 1
    @thedev you don't know how much i envy you those 24 GB ram...
  • 0
    @skonteam ^^. I really love it. save for it
  • 1
    Atom most of the time and rubymine when pair programming
  • 1
    @flag0 && @adamluzsi - Have you guys tried the "hardcore mode" plugin for Atom? Perhaps I'm entertained easily, but I just love seeing all the text shake when I delete stuff.
  • 1
    @pawnstar activate-power-mod here xD
  • 0
    used to use c9.io but I now use brackets and phpstorm
Add Comment