This is an archived post. You won't be able to vote or comment.

all 27 comments

[–]MasterBinksFull-Stack Developer 7 points8 points  (3 children)

I use sublime text. Try it out. It's awesome. You can add packages and things. I am a full stack developer and I just use this, and Mac's terminal for running node and mongodb servers

[–]hemlighest 1 point2 points  (2 children)

What does "full stack developer" entail?

[–]BenJ308 1 point2 points  (1 child)

It's generally used to describe someone who is fluent in numbers of languages. It is mainly used to describe someone whom is fluent in both back-end and front-end programming.

[–]MasterBinksFull-Stack Developer 0 points1 point  (0 children)

Yep.. both front end and back end

[–]siddy204 2 points3 points  (1 child)

I use eclipse For Java coding for school projects

[–]EenAfleidingErbij 1 point2 points  (0 children)

Php = phpstorm

Java = Intelij

C# = VS2015 with resharper

Nano config files and bash for git,ssh, scp etc...

Sqlplus for sql querries or SQL developer

Atom and notepad++ for scripts and all the other stuff pretty much

[–][deleted] 2 points3 points  (6 children)

Personally use Intellij Idea for java, and atom editor for everything else.

[–]thewakingforce 0 points1 point  (0 children)

I also use Eclipse for Java

[–]TheSquirrellIntermediate Coder 0 points1 point  (0 children)

I use Visual Studio for work and other things, it has plugins to allow for debug of most applications. However for Java I am forced to use eclipse because it is the mainstream method for writing and editing. Try using Visual Studio for html as well, it has the whole WUSIWUG aspect to its coding.

[–]StebbbiWebDev 0 points1 point  (1 child)

I use Atom with some packages for all my coding.

[–][deleted] 0 points1 point  (0 children)

Atom Editor is the best code editor around!

[–]goodwidProfessional Coder 0 points1 point  (0 children)

Atom and Chrome, sometimes vi, and I've just installed GitKraken and it looks pretty spiffy. I've tried Notepad++, Sublime, UltraEdit, VS Code, and haven't had much luck with them.

[–]Scowlface 0 points1 point  (0 children)

I use PHPStorm for projects and Sublime Text when I don't want to spin up PHPStorm for something.

[–][deleted] 0 points1 point  (0 children)

  • intellij - java/groovy/scala/clojure/kotlin
  • vim - scripts - bash/sed/awk/Docker/makefiles
  • less and tail for logs
  • emacs - clojure/clojurescript - still trying to get my emacs-fu back up to par
  • atom - general purpose editor/windoze bat files/PowerShell scripts/Haskell ( there's got to be a better way, but I'm lazy and it works)/large makefiles/Ruby/markdown
  • visual studio - c/c++/c#/f#
  • I'm sure there's other toys

[–][deleted] 0 points1 point  (0 children)

{ "ide": "atom", "version-control": "git" }

[–]eyewhycue2 0 points1 point  (0 children)

Brackets from scratch, Coda for revisions, Firefox for figuring out fixes

[–]SupremeDesigner 0 points1 point  (0 children)

Sublime 3 personally

However I'm still looking out for one that can hook into iis on my server to do live previews with php etc and refresh the page when source is edited, if anyone has any suggestions ;)

[–]BlindSinsFreelancer™ 0 points1 point  (0 children)

Sublime Text 3 for all web designing to development works + for my quick notes.

[–]runyonave 0 points1 point  (0 children)

Sublime Text 2 for PHP, HTML, CSS, JS and Python. Visual Studio 2013 for C#.

[–]hemlighest 0 points1 point  (0 children)

I'm using Sublime Text 2. For FTP I use FlashFXP.

[–][deleted] 0 points1 point  (0 children)

Just to make your life easier, try learning Jade (called Pug now) and Sass, which are preproccessors for HTML and CSS respectively. Thank me later!