7
Papi
7y

Is there any backend web developer? Which IDE/editor do you use and why?

Comments
  • 2
    @ikdekker netbeans right?
  • 4
    Phpstorm.
    although I'm more often using sublime text 3.
  • 2
    Eclipse ee for java
    Reason: fast, i have a configured pack, personal preference

    Visual studio code for php
    Reason: probably the best code editor right now
  • 1
    @BixelPitch Is atom really fast now? I tried it about 1 year ago and it wasn't much fast.
  • 1
    Atom and Sublime text 3.
  • 0
    @bepoXY Why atom and sublime? They are very similar.
  • 1
    Netbeans is alright, supports a lot of general purpose stuff. Unit testing, ant deploying actions, great namespace/intellisense. And good git conflict resolver + file history.

    PHPstorm is good too, but maybe paid. If you arent a student.

    Notepad++ is nice for tiny fixes ^^

    @marthulu
  • 0
    Fast on an ssd? Cause eclipse is never fast with me. @RazorSh4rk
  • 1
    @Papi I really prefer sublime though. I only use Atom in coding with React. Because i can't find a good syntax highlighting for JSX in Sublime.
  • 0
    Since needing to use a dark theme due to an eye condition I’ve found Atom to be my goto editor.

    I do front and backend web.

    With git intergrated into it (bless not having to use an addon and git cli) and features you can control by installing exactly what you need rather than what the editor thinks you should have, Or in the event you can’t find something pulling out the coffee script books and creating your own plugin.

    I haven’t needed to move off or look at another editor.
  • 0
    @ikdekker im using a 7200rpm hdd at home for now, but its a lot faster than idea in my experience
  • 2
  • 1
    Vim, working on remote desktop.
  • 0
    Sorted by most used:
    Phpstorm
    Atom
    Vscode
    Vim
  • 1
    A bit ashamed to say but PHPStorm.
    But don't get me wrong, I write JavaScript with it, it's just that our company uses PHPStorm and it's quite good actualy
  • 0
    PHP projects: Phpstorm
    PHP single files: Sublime Text 2 (Yes 2)
    JS/HTML/CSS: VSCode
  • 0
    @sudo- Your company does not use git? :O
  • 0
    @MasterSwagMan Why ST2 and not 3?
  • 1
    @Papi yeah it's the project I've joined that uses svn and it's required that we develop on the client's machine :/
  • 1
    @Papi I bought a license to ST2 and don't want to pay for ST3.
    Besides I don't really see what extra features is has.
  • 1
    @codeman You mean VSCode or just VS? I think VS does not have (good) support for web technologies.
  • 0
    Visual studio and sublime
  • 0
    Visual Studio for C#
    Eclipse EE for Java
    Phpstorm for PHP
    Notepad++ for quickly checking external files
  • 1
    Kill me if you want but I kinda like brackets
  • 1
    i use phpStorm and webStorm. intelliJ products are awesome. and my editor is Atom
  • 1
    @Papi true. it was a mess. but now its fast. dont ask how . its magic
Add Comment